python311Packages.hg-git: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-03-10 06:39:58 +00:00
parent aea1b82709
commit 2cf718f33b

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "hg-git";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-btEamGLqCC5PRigxHbe49/bnJNVGm6Czf852JaAdB38=";
hash = "sha256-r04Q6zbt8VM1jYkoGOdJZqKPPxXy4jC1X1d9nJ+fEWY=";
};
nativeBuildInputs = [