Unverified Commit 92d6543e authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

python312Packages.apycula: 0.15 -> 0.16 (#391344)

parents 17349631 7fbf6577
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "apycula";
  version = "0.15";
  version = "0.16";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "Apycula";
    hash = "sha256-Bg5nHvUaW+cHZEzmZ08YuXwecVx6R8tys8ZBuqUEhTg=";
    hash = "sha256-/wKJOmTjMnDL9off5i3o18+2omry0h1Z88p0GV2/FGE=";
  };

  build-system = [ setuptools-scm ];