python312Packages.pyvo: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-04-10 03:53:39 +00:00
parent 219272b3ff
commit 820a567536
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyvo";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-+JZxfKmCWtBtNFWNjxPEROJJuMLSpHVQekY17M3SzUE=";
hash = "sha256-6p6A8qMMOb5VZL9GVF99sK98bvX9HaKDbrQ1pQB/eAI=";
};
build-system = [