We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c735227 commit 63ea0a7Copy full SHA for 63ea0a7
pkgs/development/python-modules/aioshutil/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "aioshutil";
14
- version = "1.5";
+ version = "1.6.a1";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "kumaraditya303";
21
repo = "aioshutil";
22
tag = "v${version}";
23
- hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
+ hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
24
};
25
26
nativeBuildInputs = [ setuptools-scm ];
0 commit comments