We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dbf44 commit 66caffaCopy full SHA for 66caffa
pkgs/development/python-modules/precis-i18n/default.nix
@@ -7,7 +7,7 @@
7
8
buildPythonPackage rec {
9
pname = "precis-i18n";
10
- version = "1.1.0";
+ version = "1.1.1";
11
format = "setuptools";
12
13
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
16
owner = "byllyfish";
17
repo = "precis_i18n";
18
rev = "refs/tags/v${version}";
19
- hash = "sha256-0Z8JbakShuB8FFGl3NS8VFpHAQgr2P900HVxUafAmyU=";
+ hash = "sha256-rtg3u8lnnmQFPsNC52LNVoEVu6CeHzAWvOjWBlzLKC4=";
20
};
21
22
pythonImportsCheck = [ "precis_i18n" ];
0 commit comments