gnu: python-glue-qt: Fix commit.

* gnu/packages/astronomy.scm (python-glue-qt) [source] <commit>: Use
provided version tag instead of full commit (pushed by mistake).

Change-Id: I9c774d9dde151cee1c9144c057fb2186d48648a7
This commit is contained in:
Sharlatan Hellseher 2025-01-08 13:56:13 +00:00
parent 7c6ba108b4
commit 911f205dda
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2648,8 +2648,7 @@ (define-public python-glue-qt
(method git-fetch) ; no fresh release PyPI
(uri (git-reference
(url "https://github.com/glue-viz/glue-qt")
;(commit (string-append "v" version))))
(commit "8a1d6ab34a7016747690c3ce596a5204c36e0b93")))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zh25y8c98lzsnha4pxm17s6bkkab97rzw9zaik8asrxhc0kgypd"))))