python310Packages.pyvo: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2022-09-28 03:43:13 +00:00 committed by Jonathan Ringer
parent 7f91be1237
commit 18621744d6

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pyvo";
version = "1.3";
version = "1.4";
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
sha256 = "846a54a05a8ddb47a8c2cc3077434779b0e4ccc1b74a7a5408593cb673307d67";
sha256 = "sha256-R2ttLoFd6Ic0KZl49dzN5NtWAqPpXRaeki6X8CRGsCw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;