gnu: sbcl-cl-gserver: Update Git reference.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gserver)[source]: Specify commit rather than rely on the tag.
This commit is contained in:
parent
ef93b238f6
commit
f7f036e7c3
1 changed files with 5 additions and 1 deletions
|
@ -17942,7 +17942,11 @@ Common Lisp based on the hash array-mapped trie data structure.")
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mdbergmann/cl-gserver")
|
||||
(commit version)))
|
||||
|
||||
;; The "1.8.0" tag must have been moved from
|
||||
;; c83d92a66102faa514b546029a9bd2078b95dc0f to
|
||||
;; 90832f02f0556463e332cd055c3c1be58f323aea, 22 commits later!
|
||||
(commit "c83d92a66102faa514b546029a9bd2078b95dc0f")))
|
||||
(file-name (git-file-name "cl-gserver" version))
|
||||
(sha256
|
||||
(base32 "1bfz7z8v417dvsp1jz76ir3ihcs8g7zis2d56xx1dpzqzjd95g7z"))))
|
||||
|
|
Reference in a new issue