[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/26: gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e.
From: |
guix-commits |
Subject: |
02/26: gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e. |
Date: |
Thu, 3 Mar 2022 10:22:39 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit ead5f9d61a1178fc0030cb7e276e0043bbc5840c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 10:04:08 2022 +0100
gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams): Update
to 2.0-1.2b3823e.
[source]: Use git-version and git-file-name functions.
---
gnu/packages/lisp-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dc0ee27676..101884bd44 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com>
-;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
;;; Copyright © 2020 Dimakis Dimakakos <me@bendersteed.tech>
@@ -459,10 +459,10 @@ support.")
(define-public sbcl-trivial-gray-streams
(let ((revision "1")
- (commit "ebd59b1afed03b9dc8544320f8f432fdf92ab010"))
+ (commit "2b3823edbc78a450db4891fd2b566ca0316a7876"))
(package
(name "sbcl-trivial-gray-streams")
- (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+ (version (git-version "2.0" revision commit))
(source
(origin
(method git-fetch)
@@ -471,9 +471,8 @@ support.")
(url "https://github.com/trivial-gray-streams/trivial-gray-streams")
(commit commit)))
(sha256
- (base32 "0b1pxlccmnagk9cbh4cy8s5k66g3x0gwib5shjwr24xvrji6lp94"))
- (file-name
- (string-append "trivial-gray-streams-" version "-checkout"))))
+ (base32 "1hipqwwd5ylskybd173rvlsk7ds4w4nq1cmh9952ivm6dgh7pwzn"))
+ (file-name (git-file-name "cl-trivial-gray-streams" version))))
(build-system asdf-build-system/sbcl)
(synopsis "Compatibility layer for Gray streams implementations")
(description "Gray streams is an interface proposed for inclusion with
- branch master updated (734b76c5fc -> 89f17efbb3), guix-commits, 2022/03/03
- 01/26: gnu: sbcl: Update to 2.2.2., guix-commits, 2022/03/03
- 02/26: gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e.,
guix-commits <=
- 08/26: gnu: cl-uglify-js: Improve package definition., guix-commits, 2022/03/03
- 04/26: gnu: cl-flexichain: Update to 1.5.1-2.9af644a., guix-commits, 2022/03/03
- 05/26: gnu: cl-pdf: Update to 2.0.0-2.f57905e., guix-commits, 2022/03/03
- 07/26: gnu: cl-iterate: Update to 1.5.3., guix-commits, 2022/03/03
- 11/26: gnu: sbcl-ironclad: Update to 0.57., guix-commits, 2022/03/03
- 12/26: gnu: cl-chipz: Update to 0.8-2.82a17d3., guix-commits, 2022/03/03
- 14/26: gnu: cl-fad: Update to 0.7.6-1.3f4d32d., guix-commits, 2022/03/03
- 16/26: gnu: cl-hunchentoot: Fix build., guix-commits, 2022/03/03
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., guix-commits, 2022/03/03
- 09/26: gnu: cl-strings: Update to 0.0.1-1.93ec417., guix-commits, 2022/03/03