python310Packages.hg-git: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2022-11-05 20:42:26 +00:00
parent 1f3ebb2bd1
commit d858f8d546

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "hg-git";
version = "1.0.0";
version = "1.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ORGDOWLrnImca+qPtJZmyC8hGxJNCEC+tq2V4jpGIbY=";
hash = "sha256-P3Ng9bD16AX7DJac/Y168GSWLTIAD3I1aLblYIDQiyk=";
};
propagatedBuildInputs = [