python3Packages.ziamath: 0.12 -> 0.13 (#488165)

This commit is contained in:
Nick Cao
2026-02-09 22:15:54 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "ziamath";
version = "0.12";
version = "0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "cdelker";
repo = "ziamath";
tag = version;
hash = "sha256-ShR9O170Q26l6XHSe2CO4bEuQm4JNOxiPZ2kbKDLNEU=";
hash = "sha256-4TSKxCCU4DP+CQKJoi3nBqstHVUb9ycz+JAlYctxGxY=";
};
build-system = [ setuptools ];