Skip to content

Commit 66caffa

Browse files
committed
python312Packages.precis-i18n: 1.1.0 -> 1.1.1
1 parent 24dbf44 commit 66caffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/precis-i18n/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
buildPythonPackage rec {
99
pname = "precis-i18n";
10-
version = "1.1.0";
10+
version = "1.1.1";
1111
format = "setuptools";
1212

1313
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
1616
owner = "byllyfish";
1717
repo = "precis_i18n";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-0Z8JbakShuB8FFGl3NS8VFpHAQgr2P900HVxUafAmyU=";
19+
hash = "sha256-rtg3u8lnnmQFPsNC52LNVoEVu6CeHzAWvOjWBlzLKC4=";
2020
};
2121

2222
pythonImportsCheck = [ "precis_i18n" ];

0 commit comments

Comments
 (0)