python313Packages.aioshutil: 1.6.a1 -> 1.6

Diff: https://github.com/kumaraditya303/aioshutil/compare/v1.6.a1...v1.6

Changelog: https://github.com/kumaraditya303/aioshutil/releases/tag/v1.6
This commit is contained in:
Fabian Affolter
2025-10-21 19:39:20 +02:00
parent bbc5eb3e86
commit 43dfca5d13
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aioshutil";
version = "1.6.a1";
version = "1.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "kumaraditya303";
repo = "aioshutil";
tag = "v${version}";
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
hash = "sha256-+8BpL9CVH0X/9H7vL4xuV5CdA3A10a2A1q4wt1x1sSM=";
};
build-system = [ setuptools-scm ];