Merge pull request #277202 from r-ryantm/auto-update/python310Packages.formulaic

python310Packages.formulaic: 0.6.6 -> 1.0.1
This commit is contained in:
OTABI Tomoya 2024-01-08 14:08:38 +09:00 committed by GitHub
commit d2a205b5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "formulaic";
version = "0.6.6";
version = "1.0.1";
format = "pyproject";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "matthewwardrop";
repo = "formulaic";
rev = "refs/tags/v${version}";
hash = "sha256-82+j3JAkjltXuzRhdvO4hoesSTWlNCY6w2mn6TsZqGM=";
hash = "sha256-qivWv1LtFkW55tVKD/Zjd8Q5gVbxhDpZ0inkV6NR7bA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;