tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7
Fabian Affolter
2 years ago
1663d7d0
0c4918b0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cloudsmith-api
default.nix
+2
-2
pkgs/development/python-modules/cloudsmith-api/default.nix
···
10
11
buildPythonPackage rec {
12
pname = "cloudsmith-api";
13
-
version = "2.0.2";
14
format = "wheel";
15
16
disabled = pythonOlder "3.7";
···
18
src = fetchPypi {
19
pname = "cloudsmith_api";
20
inherit format version;
21
-
hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w=";
22
};
23
24
propagatedBuildInputs = [
···
10
11
buildPythonPackage rec {
12
pname = "cloudsmith-api";
13
+
version = "2.0.7";
14
format = "wheel";
15
16
disabled = pythonOlder "3.7";
···
18
src = fetchPypi {
19
pname = "cloudsmith_api";
20
inherit format version;
21
+
hash = "sha256-Vw5ifMJ+gwXecYjSe8QKkq+RtrBWxx3B/LdA80ZxuxU=";
22
};
23
24
propagatedBuildInputs = [