We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce4b3b9 + 5a67943 commit aeda516Copy full SHA for aeda516
1 file changed
pkgs/development/python-modules/mizani/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage rec {
21
pname = "mizani";
22
- version = "0.14.2";
+ version = "0.14.3";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "has2k1";
27
repo = "mizani";
28
tag = "v${version}";
29
- hash = "sha256-g7eGajqFLgFWxNKefuYVWF439zVohU8W1j3w91nblEY=";
+ hash = "sha256-LUustvdD+8J6xu4HrvdFlVHlPGnt+h/0ZvGH7ZiVBUY=";
30
};
31
32
build-system = [ setuptools-scm ];
0 commit comments