python3Packages.mizani: 0.14.2 -> 0.14.3
Diff: https://github.com/has2k1/mizani/compare/v0.14.2...v0.14.3 Changelog: https://github.com/has2k1/mizani/releases/tag/v0.14.3
This commit is contained in:
@@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mizani";
|
pname = "mizani";
|
||||||
version = "0.14.2";
|
version = "0.14.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "has2k1";
|
owner = "has2k1";
|
||||||
repo = "mizani";
|
repo = "mizani";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-g7eGajqFLgFWxNKefuYVWF439zVohU8W1j3w91nblEY=";
|
hash = "sha256-LUustvdD+8J6xu4HrvdFlVHlPGnt+h/0ZvGH7ZiVBUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools-scm ];
|
build-system = [ setuptools-scm ];
|
||||||
|
|||||||
Reference in New Issue
Block a user