python310Packages.formulae: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-10-14 04:01:38 +00:00
parent e0e9c52167
commit 54fc77aa37

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "formulae";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bambinos";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WDWpyrHXGBfheE0m5I9K+Dk1urXRMY6yoenN3OaZogM=";
hash = "sha256-nmqGdXqsesRhR06FDS5t64C6+Bz1B97W+PkHrfV7Qmg=";
};
nativeBuildInputs = [ setuptools ];