From 2b2476587d2850e9ba64cef92b33d709efcb5bf1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 11 Nov 2025 15:09:27 +0000 Subject: [PATCH] python3Packages.spectral-cube: 0.6.6-unstable-2025-06-11 -> 0.6.7 Diff: https://github.com/radio-astro-tools/spectral-cube/compare/f95ba1ca1823758d340ce0bfd3181ae3bc041b93...v0.6.7 Changelog: https://github.com/radio-astro-tools/spectral-cube/releases/tag/v0.6.7 --- .../python-modules/spectral-cube/default.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/spectral-cube/default.nix b/pkgs/development/python-modules/spectral-cube/default.nix index e1ea25db65bc..7ba751e32a85 100644 --- a/pkgs/development/python-modules/spectral-cube/default.nix +++ b/pkgs/development/python-modules/spectral-cube/default.nix @@ -5,6 +5,7 @@ fetchFromGitHub, # build-system + setuptools, setuptools-scm, # dependencies @@ -25,22 +26,20 @@ buildPythonPackage rec { pname = "spectral-cube"; - version = "0.6.6-unstable-2025-06-11"; + version = "0.6.7"; pyproject = true; src = fetchFromGitHub { owner = "radio-astro-tools"; repo = "spectral-cube"; - # tag = "v${version}"; - # Unreleased PR with several build and test fixes: https://github.com/radio-astro-tools/spectral-cube/pull/951 - rev = "f95ba1ca1823758d340ce0bfd3181ae3bc041b93"; - hash = "sha256-LUWdxA7gfZI2MDpKuk+DiEJtXyWeS8co+3tZt97Uh3w="; + tag = "v${version}"; + hash = "sha256-l5r7oeWr/JrmGOmUo4po2VlGldh8y7E3ufd+Gw1/JmM="; }; - # remove after update to 0.6.7 - env.SETUPTOOLS_SCM_PRETEND_VERSION = "0.6.6"; - - build-system = [ setuptools-scm ]; + build-system = [ + setuptools + setuptools-scm + ]; dependencies = [ astropy