guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit cea3c578dd73b54ed34520219981f01e6fe13039 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Aug 21 15:42:11 2025 +0100 gnu: python-glue-qt: Update to 0.4.0. * gnu/packages/astronomy.scm (python-glue-qt): Update to 0.4.0. [native-inputs]: Remove python-setuptools, python-setuptools-scm, and python-wheel; add python-setuptools-next and python-setuptools-scm-next. Change-Id: Ia82f33bda0a3f21acf64d85296f0ab336e051ef6 --- gnu/packages/astronomy.scm | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 67f20f2cde..ad766d4a6d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4147,16 +4147,16 @@ across many files.") (define-public python-glue-qt (package (name "python-glue-qt") - (version "0.3.3") + (version "0.4.0") (source (origin (method git-fetch) ; no fresh release PyPI (uri (git-reference - (url "https://github.com/glue-viz/glue-qt") - (commit (string-append "v" version)))) + (url "https://github.com/glue-viz/glue-qt") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14qzxszpzjz57bl75ybj8jlx73cd8lsgbb8id9gx4anq9sydzgqj")))) + (base32 "1ay0y0g2vgy2mn1dk9yxim0449lnny9fd7lplqqwy9vxhkh4gnxp")))) (build-system pyproject-build-system) (arguments (list @@ -4165,17 +4165,16 @@ across many files.") (add-before 'build 'set-env-version (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))) - (add-before 'check 'prepare-x - (lambda _ - (system "Xvfb &") - (setenv "DISPLAY" ":0") - (setenv "HOME" "/tmp")))))) + (add-before 'check 'prepare-x + (lambda _ + (system "Xvfb &") + (setenv "DISPLAY" ":0") + (setenv "HOME" "/tmp")))))) (native-inputs (list python-objgraph python-pytest - python-setuptools - python-setuptools-scm - python-wheel + python-setuptools-next + python-setuptools-scm-next xorg-server-for-tests)) (propagated-inputs (list python-astropy
