python312Packages.precis-i18n: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2024-11-13 04:39:08 +00:00
parent 24dbf44d65
commit 66caffaeaa
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "precis-i18n";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "byllyfish";
repo = "precis_i18n";
rev = "refs/tags/v${version}";
hash = "sha256-0Z8JbakShuB8FFGl3NS8VFpHAQgr2P900HVxUafAmyU=";
hash = "sha256-rtg3u8lnnmQFPsNC52LNVoEVu6CeHzAWvOjWBlzLKC4=";
};
pythonImportsCheck = [ "precis_i18n" ];