lol

Merge pull request #196914 from fabaff/scmrepo-bump

python310Packages.scmrepo: 0.1.1 -> 0.1.2

authored by

Fabian Affolter and committed by
GitHub
41ba7df5 edcc004c

+2 -2
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "scmrepo"; 18 - version = "0.1.1"; 18 + version = "0.1.2"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "iterative"; 25 25 repo = pname; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-lFeYo7OVT0az+mYgERcVuuT9rX29+E2+WwfdDlMRm+I="; 27 + hash = "sha256-Mm/wwPB1iguCaS3cMp6R2r9+g6Nrs5NPU4BuQgBiMRI="; 28 28 }; 29 29 30 30 postPatch = ''