Merge pull request #260989 from r-ryantm/auto-update/python310Packages.formulae

python310Packages.formulae: 0.5.0 -> 0.5.1
This commit is contained in:
Fabian Affolter 2023-10-14 20:54:58 +02:00 committed by GitHub
commit 79a3df98fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];