python312Packages.formulae: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2024-07-20 15:40:33 +00:00
parent b098e0c792
commit 321c7fffaa

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