mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.pyvo: 1.8.1 -> 1.9.1
https://github.com/astropy/pyvo/releases/tag/v1.9.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pyvo";
|
||||
version = "1.8.1";
|
||||
version = "1.9.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-08xgqj00FtIsieRloE36n1IQhf3VIozOLP/S/uOp5wk=";
|
||||
hash = "sha256-LybJmvfDLzw0uRni0U6vGpWRQXbWk/t3aXc/OrC3mZ0=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user