Skip to content

Commit 9f1f987

Browse files
authored
python3Packages.clickclick: 1.2.2 -> 20.10.2, update upstream location (#350156)
2 parents 571c7d9 + c50fa56 commit 9f1f987

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
buildPythonPackage,
4-
fetchFromGitHub,
4+
fetchFromGitea,
55
flake8,
66
click,
77
pyyaml,
@@ -12,14 +12,15 @@
1212

1313
buildPythonPackage 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
}

0 commit comments

Comments
 (0)