mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python39Packages.cloudsmith-api: 0.57.1 -> 1.8.2
This commit is contained in:
parent
8294e4a9db
commit
fcaa94f15b
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cloudsmith-api";
|
pname = "cloudsmith-api";
|
||||||
version = "0.57.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "cloudsmith_api";
|
pname = "cloudsmith_api";
|
||||||
inherit format version;
|
inherit format version;
|
||||||
sha256 = "6e7b4baacdc93df93c93d83db7628854adadc63915515022ed44cde06e13c986";
|
sha256 = "f00410210f0efa1af7a2d344deafc12b946e3efc7d5c8374b27dc67ed8580183";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user