python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585)

This commit is contained in:
Nick Cao 2024-11-13 08:34:56 -05:00 committed by GitHub
commit de13e0f3a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];