mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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:
parent
7c6ba108b4
commit
911f205dda
1 changed files with 1 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue