python3Packages.azure-core: 1.24.2 -> 1.25.1
This commit is contained in:
parent
9595c927ab
commit
82e553aeba
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue