python3Packages.uqbar: 0.7.4 -> 0.9.5

https://github.com/josiah-wolf-oberholtzer/uqbar/releases/tag/v0.9.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:41 +02:00
parent 14872db247
commit 65d4759e81
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "uqbar";
version = "0.7.4";
version = "0.9.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-q4p+ki5wA/gYGWnt2tzCiEakk4fBl9P96ONz2ZxlCCg=";
hash = "sha256-MHSnuPiJu2p3NiG/bV6qFUO90xQEFcyQrcxMY0hw8E8=";
};
postPatch = ''