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 4e13594 + 7c4e6bc commit b0a0c86Copy full SHA for b0a0c86
pkgs/development/python-modules/mizani/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage rec {
21
pname = "mizani";
22
- version = "0.13.3";
+ version = "0.13.4";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "has2k1";
27
repo = "mizani";
28
tag = "v${version}";
29
- hash = "sha256-nnkGZwvSEGXyqF6hQHtfXFCQYX8IEl3YTIABxtNAl40=";
+ hash = "sha256-gZ4rJw+m0XgpfV6nylTqR6Taer6bok5E93WxOyAhXCk=";
30
};
31
32
build-system = [ setuptools-scm ];
0 commit comments