Commit 474775b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.cloudsmith-api: 2.0.1 -> 2.0.2

parent c1052699
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "cloudsmith-api";
  version = "2.0.1";
  version = "2.0.2";
  format = "wheel";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "cloudsmith_api";
    inherit format version;
    hash = "sha256-wFSHlUdZTARsAV3igVXThrXoGsPUaZyzXBJCSJFZYYQ=";
    hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w=";
  };

  propagatedBuildInputs = [