Unverified Commit 680493b5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #232671 from fabaff/azure-multiapi-storage-bump

python311Packages.azure-multiapi-storage: 1.0.0 -> 1.1.0
parents 4cc32ea8 e579bf5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:

buildPythonPackage rec {
  version = "1.0.0";
  version = "1.1.0";
  pname = "azure-multiapi-storage";
  disabled = isPy27;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-x5v3e3/poSm+JMt0SWI1lcM6YAUcP+o2Sn8TluXOyIg=";
    hash = "sha256-VvNI+mhi2nCFBAXUEL5ph3xj/cBRMf2Mo2uXIgKC+oc=";
  };

  propagatedBuildInputs = [