Skip to content

Commit c50fa56

Browse files
committed
python3Packages.clickclick: 1.2.2 -> 20.10.2
Upstream doesn't provide changelogs, but the diff reveals no substantial changes: https://codeberg.org/hjacobs/python-clickclick/compare/1.2.2...20.10.2
1 parent 727427c commit c50fa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/clickclick/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
buildPythonPackage rec {
1414
pname = "clickclick";
15-
version = "1.2.2";
15+
version = "20.10.2";
1616
format = "setuptools";
1717

1818
src = fetchFromGitea {
1919
domain = "codeberg.org";
2020
owner = "hjacobs";
2121
repo = "python-clickclick";
2222
rev = version;
23-
sha256 = "1rij9ws9nhsmagiy1vclzliiqfkxi006rf65qvrw1k3sm2s8p5g0";
23+
hash = "sha256-gefU6CI4ibtvonsaKZmuffuUNUioBn5ODs72BI5zXOw=";
2424
};
2525

2626
nativeCheckInputs = [

0 commit comments

Comments
 (0)