1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -2648,8 +2648,7 @@ across many files.")
(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"))))