python3Packages.aioshutil: 1.5 -> 1.6.a1

This commit is contained in:
R. Ryantm
2025-08-29 10:15:18 +00:00
parent c73522789a
commit 63ea0a74c7
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aioshutil";
version = "1.5";
version = "1.6.a1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "kumaraditya303";
repo = "aioshutil";
tag = "v${version}";
hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
};
nativeBuildInputs = [ setuptools-scm ];