Unverified Commit b490035d authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #207550 from r-ryantm/auto-update/python310Packages.apycula

python310Packages.apycula: 0.5.1 -> 0.6.1
parents 0c7efbb0 980ab5c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "apycula";
  version = "0.5.1";
  version = "0.6.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "Apycula";
    hash = "sha256-icyIvnvHJSZKI59c3YexHoqDPf8Phhn9+x17Wr17aQ8=";
    hash = "sha256-/XQ/Q4/LzCBDaTindbBENOh5OSIH2JPLyiYFWT9DcP4=";
  };

  nativeBuildInputs = [