File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
pkgs/development/python-modules/clickclick Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 buildPythonPackage ,
4- fetchFromGitHub ,
4+ fetchFromGitea ,
55 flake8 ,
66 click ,
77 pyyaml ,
1212
1313buildPythonPackage rec {
1414 pname = "clickclick" ;
15- version = "1.2 .2" ;
15+ version = "20.10 .2" ;
1616 format = "setuptools" ;
1717
18- src = fetchFromGitHub {
18+ src = fetchFromGitea {
19+ domain = "codeberg.org" ;
1920 owner = "hjacobs" ;
2021 repo = "python-clickclick" ;
2122 rev = version ;
22- sha256 = "1rij9ws9nhsmagiy1vclzliiqfkxi006rf65qvrw1k3sm2s8p5g0 " ;
23+ hash = "sha256-gefU6CI4ibtvonsaKZmuffuUNUioBn5ODs72BI5zXOw= " ;
2324 } ;
2425
2526 nativeCheckInputs = [
@@ -38,7 +39,7 @@ buildPythonPackage rec {
3839
3940 meta = with lib ; {
4041 description = "Click command line utilities" ;
41- homepage = "https://github.com /hjacobs/python-clickclick/" ;
42+ homepage = "https://codeberg.org /hjacobs/python-clickclick/" ;
4243 license = licenses . asl20 ;
4344 } ;
4445}
You can’t perform that action at this time.
0 commit comments