python3Packages.pyvo: 1.7.1 -> 1.8 (#461818)

This commit is contained in:
dish 2025-11-24 18:49:42 +00:00 committed by GitHub
commit 8c494b8621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyvo";
version = "1.7.1";
version = "1.8";
pyproject = true;
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-Qd2PEZHdC9rTw1t25twOUDGYIcv3CQBThiZffxnfIf8=";
hash = "sha256-ZvSIn9jjnd30b+SYYV02FW1JT2or7FOIa68cLFQyKGE=";
};
build-system = [