python3Packages.pyvo: 1.8 -> 1.8.1

This commit is contained in:
R. Ryantm
2026-02-15 03:21:28 +00:00
parent 384ef44140
commit eea70d158e
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pyvo";
version = "1.8";
version = "1.8.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ZvSIn9jjnd30b+SYYV02FW1JT2or7FOIa68cLFQyKGE=";
hash = "sha256-08xgqj00FtIsieRloE36n1IQhf3VIozOLP/S/uOp5wk=";
};
build-system = [