Skip to content

Commit af136cd

Browse files
authored
python3Packages.aioshutil: 1.5 -> 1.6.a1 (#438212)
2 parents ac4655f + 5f4a881 commit af136cd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

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

17-
disabled = pythonOlder "3.7";
17+
disabled = pythonOlder "3.9";
1818

1919
src = fetchFromGitHub {
2020
owner = "kumaraditya303";
2121
repo = "aioshutil";
2222
tag = "v${version}";
23-
hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
23+
hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=";
2424
};
2525

26-
nativeBuildInputs = [ setuptools-scm ];
26+
build-system = [ setuptools-scm ];
2727

2828
nativeCheckInputs = [
2929
pytest-asyncio
@@ -36,6 +36,7 @@ buildPythonPackage rec {
3636
meta = with lib; {
3737
description = "Asynchronous version of function of shutil module";
3838
homepage = "https://github.com/kumaraditya303/aioshutil";
39+
changelog = "https://github.com/kumaraditya303/aioshutil/releases/tag/${src.tag}";
3940
license = licenses.bsd3;
4041
maintainers = with maintainers; [ fab ];
4142
};

0 commit comments

Comments
 (0)