Merge pull request #276010 from r-ryantm/auto-update/python310Packages.pyvo

python310Packages.pyvo: 1.4.2 -> 1.5
This commit is contained in:
OTABI Tomoya 2023-12-23 00:13:48 +09:00 committed by GitHub
commit 3a51fd3bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyvo";
version = "1.4.2";
version = "1.5";
format = "setuptools";
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-Zv4piGWs/XJbxfGHUHctfxuImbjluxd1chUgvtV9lcs=";
hash = "sha256-heTWWyxmRaDlI9NHzZab5OLOBIbVdb45v67Rq5ckzc8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;