We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a46872f + 43dfca5 commit ddd7747Copy full SHA for ddd7747
pkgs/development/python-modules/aioshutil/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "aioshutil";
14
- version = "1.6.a1";
+ version = "1.6";
15
pyproject = true;
16
17
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "kumaraditya303";
21
repo = "aioshutil";
22
tag = "v${version}";
23
- hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
+ hash = "sha256-+8BpL9CVH0X/9H7vL4xuV5CdA3A10a2A1q4wt1x1sSM=";
24
};
25
26
build-system = [ setuptools-scm ];
0 commit comments