python310Packages.azure-storage-file-share: 12.10.0 -> 12.10.1

main
R. Ryantm 2 years ago
parent 678b994771
commit a9bb64088d
  1. 4
      pkgs/development/python-modules/azure-storage-file-share/default.nix

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.10.0";
version = "12.10.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-ANp31hkDL4TGoeP6Or9fI0LjYGyVMQJfuzd8RLrYZxI=";
hash = "sha256-Vnm72cdg/9P+J3Scnj5jcG6kLCdIVMGnxnU9an2oxGQ=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save