python3Packages.azure-multiapi-storage: 0.4.1 -> 0.6.0

This commit is contained in:
Jonathan Ringer 2021-03-11 11:59:37 -08:00 committed by Jonathan Ringer
parent 4d711898ef
commit 3595db38cd

View File

@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
version = "0.4.1";
version = "0.6.0";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0h7bzaqwyl3j9xqzjbnwxp59kmg6shxk76pml9kvvqbwsq9w6fx3";
sha256 = "d805a91b295edf52057ffab26b714160905406bdd5d7a1a3f93f6cdc3ede8412";
};
propagatedBuildInputs = [
@ -25,14 +25,6 @@ buildPythonPackage rec {
requests
];
# Fix to actually install the package
patches = [
(fetchpatch {
url = "https://github.com/Azure/azure-multiapi-storage-python/pull/29/commits/1c8b08dfc9c5445498de3475dec8820eafbd0ca1.patch";
sha256 = "1f80sdbw4pagrlp9dhcimhp23sdmy0whiba07aa84agkpv4df9ny";
})
];
# fix namespace
pythonNamespaces = [ "azure.multiapi" ];