python311Packages.cloudsmith-api: 2.0.12 -> 2.0.13

This commit is contained in:
R. Ryantm 2024-04-11 14:48:50 +00:00
parent c81c241415
commit b84396e9a3
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "2.0.12";
version = "2.0.13";
format = "wheel";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
hash = "sha256-a33t963Q5+gnZI9pha4viuyWz3xLHUdcGE4ccw/w0s8=";
hash = "sha256-xPPARaxclTRy7thJXtXaMK0F5/91q7o35LyzSmx1HPU=";
};
propagatedBuildInputs = [