diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-07 14:44:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-07 14:45:22 +0200 |
commit | f7f036e7c369515ad678cc08dd5bc9e254804d38 (patch) | |
tree | bf55e5b49adf3fd3e9eef8c73ffbf7aaa4007f87 | |
parent | ef93b238f64c1a27270cae78772b60d63088a026 (diff) | |
download | guix-f7f036e7c369515ad678cc08dd5bc9e254804d38.tar.gz |
gnu: sbcl-cl-gserver: Update Git reference.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gserver)[source]: Specify commit rather than rely on the tag.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8a64bfa8ee..5d9db448d0 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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")))) |