all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71671] [PATCH]: Update sbcl-trivial-clipboard to 0.0.0-8.50b3d3a
@ 2024-06-20  9:27 André A. Gomes
  2024-06-24  7:59 ` bug#71671: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-06-20  9:27 UTC (permalink / raw)
  To: 71671

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-trivial-clipboard-Update-to-0.0.0-8.50b3d3a.patch --]
[-- Type: text/x-patch, Size: 1493 bytes --]

From 3ba6b6f481f978289043ef7d5fc832ca234d2c5f Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Thu, 20 Jun 2024 12:26:36 +0300
Subject: [PATCH] gnu: sbcl-trivial-clipboard: Update to 0.0.0-8.50b3d3a.

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2a1687be40..71628cb8e4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -28582,8 +28582,8 @@ (define-public ecl-trivial-channels
   (sbcl-package->ecl-package sbcl-trivial-channels))
 
 (define-public sbcl-trivial-clipboard
-  (let ((commit "aee67d6132a46237f61d508ae4bd9ff44032566d")
-        (revision "7"))
+  (let ((commit "50b3d3a25717ac78fb1f0517635c3cb1c31c7667")
+        (revision "8"))
     (package
       (name "sbcl-trivial-clipboard")
       (version (git-version "0.0.0" revision commit))
@@ -28595,7 +28595,7 @@ (define-public sbcl-trivial-clipboard
                (commit commit)))
          (file-name (git-file-name "cl-trivial-clipboard" version))
          (sha256
-          (base32 "029qmx523xfk54p99ndgbmdd20s5i32mzpf77xymngrn4c33v9jk"))))
+          (base32 "1agj4nvw4qq7k4vp64y15gq5h5g22zasys48c2bvzqjr0n9d4lj1"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        ;; Pick xsel instead of xclip because its closure size is slightly
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-24  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  9:27 [bug#71671] [PATCH]: Update sbcl-trivial-clipboard to 0.0.0-8.50b3d3a André A. Gomes
2024-06-24  7:59 ` bug#71671: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.