File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/development/python-modules/aioshutil Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments