python3Packages.azure-core: 1.24.2 -> 1.25.1

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:02 +02:00
parent 9595c927ab
commit 82e553aeba

View file

@ -18,14 +18,14 @@
, typing-extensions }:
buildPythonPackage rec {
version = "1.24.2";
version = "1.25.1";
pname = "azure-core";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "sha256-Dzog0kVlm/gfs2cAcKVBDI1KQymNWpgeYtzjkwAKkIQ=";
sha256 = "sha256-PBzzaGUOduwAnAfNEXSpXNy0cbJHu3LRgkX31WwYCbI=";
};
propagatedBuildInputs = [