python311Packages.azure-batch: 14.1.0 -> 14.2.0

This commit is contained in:
R. Ryantm 2024-04-04 12:06:11 +00:00
parent e52ada4e6b
commit c555aa195b
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "azure-batch";
version = "14.1.0";
version = "14.2.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-lhayyqYpx0ABItaF1VfrzQF5famImQgxj5pUdIQ5es0=";
hash = "sha256-x5Jn1sPT/hShakIqtbv6vL1o7QtYtrvN+gyDRcTHhTI=";
};
nativeBuildInputs = [