Skip to content

Commit ddd7747

Browse files
authored
python313Packages.aioshutil: 1.6.a1 -> 1.6 (NixOS#454267)
2 parents a46872f + 43dfca5 commit ddd7747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aioshutil/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "aioshutil";
14-
version = "1.6.a1";
14+
version = "1.6";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "kumaraditya303";
2121
repo = "aioshutil";
2222
tag = "v${version}";
23-
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
23+
hash = "sha256-+8BpL9CVH0X/9H7vL4xuV5CdA3A10a2A1q4wt1x1sSM=";
2424
};
2525

2626
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)