python3Packages.ziamath: 0.11 -> 0.12

This commit is contained in:
Stefan Frijters
2025-03-18 11:39:14 +01:00
parent d48e081edf
commit 94fc75b8fd
@@ -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 ];