python310Packages.cloudsmith-api: 1.8.2 -> 1.30.0
This commit is contained in:
parent
93883402a4
commit
ff916c7e60
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cloudsmith-api";
|
pname = "cloudsmith-api";
|
||||||
version = "1.8.2";
|
version = "1.30.0";
|
||||||
|
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "cloudsmith_api";
|
pname = "cloudsmith_api";
|
||||||
inherit format version;
|
inherit format version;
|
||||||
sha256 = "f00410210f0efa1af7a2d344deafc12b946e3efc7d5c8374b27dc67ed8580183";
|
sha256 = "sha256-IKxeNAMJTMCpP/jz7lHuetHCpddypgYdCKQcI/9pIj8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue