python3Packages.ziamath: 0.11 -> 0.12
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "ziamath";
|
||||
version = "0.11";
|
||||
version = "0.12";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdelker";
|
||||
repo = "ziamath";
|
||||
tag = version;
|
||||
hash = "sha256-DLpbidQEeQVKxGCbS2jeeCvmVK9ElDIDQMj5bh/x7/Q=";
|
||||
hash = "sha256-ShR9O170Q26l6XHSe2CO4bEuQm4JNOxiPZ2kbKDLNEU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user