python39Packages.spectral-cube: fix version number (#158434)

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
Sandro 2022-02-07 12:06:00 +01:00 committed by GitHub
parent e900f02d72
commit 3e2a8d53f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
, pytestCheckHook
, pytest-astropy
, astropy-helpers
, setuptools-scm
}:
buildPythonPackage rec {
@ -24,6 +25,12 @@ buildPythonPackage rec {
sha256 = "1c0pp82wgl680w2vcwlrrz46sy83z1qs74w5bd691wg0512hv2jx";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [ astropy casa-formats-io radio_beam joblib six dask ];
checkInputs = [ pytestCheckHook aplpy pytest-astropy ];