python312Packages.hg-git: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm
2024-12-05 10:00:50 +00:00
parent 929116e316
commit e772730caa
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "hg-git";
version = "1.1.3";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "hg_git";
inherit version;
hash = "sha256-lqnCi4MjdPVCIXdYAIDGdRY5zcU5QPrSHzy+NKysMtc=";
hash = "sha256-XF9vAtvUK5yRP4OxZv83/AA2jde5t7za3jqgyuXc5eU=";
};
build-system = [