Commit a657dbf0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ziamath: 0.12 -> 0.13

parent e0658cba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];