[PATCH]: Update trivial-clipboard to 0.0.0-7.aee67d6

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Ludovic Courtès
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal

Debbugs page

André A. Gomes wrote 1 years ago
(address . guix-patches@gnu.org)
871qdy4vw2.fsf@gmail.com
Attached, thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 04f32daaa13bb425f76f56ae46807fdb3e7f459e Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Fri, 13 Oct 2023 14:12:41 +0300
Subject: [PATCH] gnu: sbcl-trivial-clipboard: Update to 0.0.0-7.aee67d6.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 0.0.0-7.aee67d6.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dfd8c69709..feac9fdbed 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5532,8 +5532,8 @@ (define-public cl-trivial-arguments
(sbcl-package->cl-source-package sbcl-trivial-arguments))
(define-public sbcl-trivial-clipboard
- (let ((commit "6ddf8d5dff8f5c2102af7cd1a1751cbe6408377b")
- (revision "6"))
+ (let ((commit "aee67d6132a46237f61d508ae4bd9ff44032566d")
+ (revision "7"))
(package
(name "sbcl-trivial-clipboard")
(version (git-version "0.0.0" revision commit))
@@ -5545,7 +5545,7 @@ (define-public sbcl-trivial-clipboard
(commit commit)))
(file-name (git-file-name "cl-trivial-clipboard" version))
(sha256
- (base32 "04qmm69zyx8rs23pfhgzgxn0j108byv3b7skfdv0h01a76wlhplz"))))
+ (base32 "029qmx523xfk54p99ndgbmdd20s5i32mzpf77xymngrn4c33v9jk"))))
(build-system asdf-build-system/sbcl)
(inputs
;; Pick xsel instead of xclip because its closure size is slightly
--
2.41.0
Ludovic Courtès wrote 1 years ago
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 66513-done@debbugs.gnu.org)
87edhx9c85.fsf@gnu.org
André A. Gomes <andremegafone@gmail.com> skribis:

Toggle quote (7 lines)
>>From 04f32daaa13bb425f76f56ae46807fdb3e7f459e Mon Sep 17 00:00:00 2001
> From: "Andre A. Gomes" <andremegafone@gmail.com>
> Date: Fri, 13 Oct 2023 14:12:41 +0300
> Subject: [PATCH] gnu: sbcl-trivial-clipboard: Update to 0.0.0-7.aee67d6.
>
> * gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 0.0.0-7.aee67d6.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66513@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66513
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help