python3Packages.spectral-cube: 0.6.6-unstable-2025-06-11 -> 0.6.7 (#460684)

This commit is contained in:
Nick Cao
2025-11-11 23:13:01 +00:00
committed by GitHub
@@ -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