python312Packages.pyvo: 1.5.2 -> 1.5.3 (#348803)

This commit is contained in:
OTABI Tomoya 2024-10-29 15:56:02 +09:00 committed by GitHub
commit 740f03a5fe
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.5.2";
version = "1.5.3";
pyproject = true;
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-uKJMRNrOXGB7HZOv0CV9FfoQnx6GV3I0fqlJ7qAcj3E=";
hash = "sha256-/ShNDoT1KucV4YVUeUz8BP33nsQF4YlpvbFs6vCxmH4=";
};
build-system = [