Unverified Commit 7a146c9b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #328687 from r-ryantm/auto-update/python312Packages.formulae

python312Packages.formulae: 0.5.3 -> 0.5.4
parents b2f8f788 321c7fff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "formulae";
  version = "0.5.3";
  version = "0.5.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "bambinos";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-A0CI0bpoRYFAcPiNAf5haQu9BEqmBgxF7HfIl4qcML0=";
    hash = "sha256-SSyQa7soIp+wSXX5wek9LG95q7J7K34mztzx01lPiWo=";
  };

  nativeBuildInputs = [