Unverified Commit 8e992014 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #287660 from r-ryantm/auto-update/python312Packages.apycula

python312Packages.apycula: 0.10.0 -> 0.11.1
parents 9b834518 82216f3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "apycula";
  version = "0.10.0";
  version = "0.11.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "Apycula";
    hash = "sha256-nSj+c6IX57kwcDz/h2Sg4U8JlxZ5fq8k7hDL1zCE08g=";
    hash = "sha256-yuDyW1JXavI6U3B3hx3kdHBuVCQd2rJJqgZ0z15ahaw=";
  };

  nativeBuildInputs = [