Merge pull request #289220 from r-ryantm/auto-update/python312Packages.uqbar

python312Packages.uqbar: 0.7.1 -> 0.7.2
This commit is contained in:
Fabian Affolter 2024-02-16 08:34:06 +01:00 committed by GitHub
commit aa18278589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "uqbar";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-pZ2sNs9uK49PK8qxRRqpGMEI1Xr6Fn+fxptlEVv3GSk=";
hash = "sha256-8tjqPlS9Yo3pOFmpfe/sxgW0e1iqLRYhmPJCh5rKKEE=";
};
postPatch = ''