python310Packages.mizani: 0.7.4 -> 0.8.1
Diff: https://github.com/has2k1/mizani/compare/v0.7.4...v0.8.1 Changelog: https://github.com/has2k1/mizani/releases/tag/v0.8.1
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, scipy
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mizani";
|
||||
version = "0.7.4";
|
||||
format = "setuptools";
|
||||
version = "0.8.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -20,9 +21,13 @@ buildPythonPackage rec {
|
||||
owner = "has2k1";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-oqbo/aQ5L1nQO8BvXH6/8PBPiWcv2m/LUjwow8+J90w=";
|
||||
hash = "sha256-VE0M5/s8/XmmAe8EE/FcHBFGc9ppVWuYOYMuajQeZww=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
palettable
|
||||
|
||||
Reference in New Issue
Block a user