Skip to content

Commit

Permalink
🔥 Remove repl-python-codestats
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 3, 2023
1 parent c85c18f commit 43404b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
14 changes: 3 additions & 11 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@
sha256 = "sha256-xfEzhHAnpsbKXTOf9xrgGqtQLDbe7UwNeaCSHAPdH3c=";
};
};
repl-python-codestats = {
pname = "repl-python-codestats";
version = "0.0.6";
src = fetchurl {
url = "https://pypi.org/packages/source/r/repl-python-codestats/repl-python-codestats-0.0.6.tar.gz";
sha256 = "sha256-WqU654n2hLvajGKTRR447HDvLht5lqolYjDqtqGx13E=";
};
};
repl-python-wakatime = {
pname = "repl-python-wakatime";
version = "0.0.8";
Expand All @@ -81,10 +73,10 @@
};
termux-language-server = {
pname = "termux-language-server";
version = "0.0.13";
version = "0.0.16";
src = fetchurl {
url = "https://pypi.org/packages/source/t/termux-language-server/termux-language-server-0.0.13.tar.gz";
sha256 = "sha256-CNhgfx4llGBTjrPsYmfPL/4+yFWbw+rCwAqQOMsSFBQ=";
url = "https://pypi.org/packages/source/t/termux-language-server/termux-language-server-0.0.16.tar.gz";
sha256 = "sha256-l/cjD9LKSPO6yumMiArn9Norx/b0NFOQdcs7ly2eEpU=";
};
};
tmux-language-server = {
Expand Down
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ let
manpager = callPackage ./pkgs/tools/misc/manpager { };
# https://github.com/NixOS/nixpkgs/issues/261342
repl-python-wakatime = callPackage ./pkgs/development/python-modules/repl-python-wakatime { };
repl-python-codestats = callPackage ./pkgs/development/python-modules/repl-python-codestats { };
translate-shell = callPackage ./pkgs/development/python-modules/translate-shell { };
mulimgviewer = callPackage ./pkgs/development/python-modules/mulimgviewer { };
# autotools-language-server = callPackage ./pkgs/development/python-modules/autotools-language-server { };
Expand Down
4 changes: 0 additions & 4 deletions nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ fetch.github = "Freed-Wu/manpager"
src.pypi = "repl-python-wakatime"
fetch.pypi = "repl-python-wakatime"

[repl-python-codestats]
src.pypi = "repl-python-codestats"
fetch.pypi = "repl-python-codestats"

[translate-shell]
src.pypi = "translate-shell"
fetch.pypi = "translate-shell"
Expand Down

0 comments on commit 43404b4

Please sign in to comment.