Skip to content

Commit 63ea0a7

Browse files
committed
python3Packages.aioshutil: 1.5 -> 1.6.a1
1 parent c735227 commit 63ea0a7

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.5";
14+
version = "1.6.a1";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "kumaraditya303";
2121
repo = "aioshutil";
2222
tag = "v${version}";
23-
hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
23+
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
2424
};
2525

2626
nativeBuildInputs = [ setuptools-scm ];

0 commit comments

Comments
 (0)