python3Packages.ziamath: 0.12 -> 0.13

This commit is contained in:
R. Ryantm
2026-02-08 01:25:42 +00:00
parent e0658cba20
commit a657dbf030
@@ -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 ];