Merge pull request #203960 from fabaff/scmrepo-bump

python310Packages.scmrepo: 0.1.3 -> 0.1.4

authored by

Fabian Affolter and committed by
GitHub
65aa90eb 2169e9c3

+3 -2
+3 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "scmrepo"; 18 - version = "0.1.3"; 19 format = "pyproject"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "iterative"; 25 repo = pname; 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-YivsP5c0fnpm/0VCFfyH054LYAQbyEdH+wZTRxsCAY4="; 28 }; 29 30 postPatch = '' ··· 58 meta = with lib; { 59 description = "SCM wrapper and fsspec filesystem"; 60 homepage = "https://github.com/iterative/scmrepo"; 61 license = licenses.asl20; 62 maintainers = with maintainers; [ fab ]; 63 };
··· 15 16 buildPythonPackage rec { 17 pname = "scmrepo"; 18 + version = "0.1.4"; 19 format = "pyproject"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "iterative"; 25 repo = pname; 26 rev = "refs/tags/${version}"; 27 + hash = "sha256-E9uQ8EMLncF9nkOBl1rQLt6I2wEhtv4Z1I1IpCYgorg="; 28 }; 29 30 postPatch = '' ··· 58 meta = with lib; { 59 description = "SCM wrapper and fsspec filesystem"; 60 homepage = "https://github.com/iterative/scmrepo"; 61 + changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}"; 62 license = licenses.asl20; 63 maintainers = with maintainers; [ fab ]; 64 };