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.
2 parents 82d8018 + 9bb3914 commit 60fb61eCopy full SHA for 60fb61e
pkgs/development/python-modules/mizani/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage rec {
21
pname = "mizani";
22
- version = "0.13.2";
+ version = "0.13.3";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "has2k1";
27
repo = "mizani";
28
tag = "v${version}";
29
- hash = "sha256-ccw6GvwB23D0nHjbyAthm4pX7u2MpJM1N3EL2eRnZHI=";
+ hash = "sha256-nnkGZwvSEGXyqF6hQHtfXFCQYX8IEl3YTIABxtNAl40=";
30
};
31
32
build-system = [ setuptools-scm ];
0 commit comments