python312Packages.aioshutil: 1.4 -> 1.5

Diff: https://github.com/kumaraditya303/aioshutil/compare/refs/tags/v1.4...v1.5
This commit is contained in:
Fabian Affolter 2024-07-21 23:30:09 +02:00
parent 585a077fd2
commit d68a1fe761

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aioshutil";
version = "1.4";
version = "1.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "kumaraditya303";
repo = "aioshutil";
rev = "refs/tags/v${version}";
hash = "sha256-OGxD7GusRcHpz7FdUpa/dJ6/jIAVexbTvXfouVw0C+I=";
hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
};
postPatch = ''