Loading pkgs/development/python-modules/pyvo/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ setuptools-scm, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyvo"; version = "1.8.1"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-08xgqj00FtIsieRloE36n1IQhf3VIozOLP/S/uOp5wk="; }; Loading Loading @@ -49,8 +49,8 @@ buildPythonPackage rec { meta = { description = "Astropy affiliated package for accessing Virtual Observatory data and services"; homepage = "https://github.com/astropy/pyvo"; changelog = "https://github.com/astropy/pyvo/releases/tag/v${version}"; changelog = "https://github.com/astropy/pyvo/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ smaret ]; }; } }) Loading
pkgs/development/python-modules/pyvo/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ setuptools-scm, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyvo"; version = "1.8.1"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-08xgqj00FtIsieRloE36n1IQhf3VIozOLP/S/uOp5wk="; }; Loading Loading @@ -49,8 +49,8 @@ buildPythonPackage rec { meta = { description = "Astropy affiliated package for accessing Virtual Observatory data and services"; homepage = "https://github.com/astropy/pyvo"; changelog = "https://github.com/astropy/pyvo/releases/tag/v${version}"; changelog = "https://github.com/astropy/pyvo/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ smaret ]; }; } })