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

python312Packages.formulae: 0.5.3 -> 0.5.4
This commit is contained in:
Nick Cao 2024-07-20 14:22:30 -04:00 committed by GitHub
commit 7a146c9be2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [