[PATCH]: gnu: trivial-backtrace: Update to 0.0.0-2.6eb65bd

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5rdP7gTpjrfSigLBLvpesD=-FVvoGrNYHeu_+hudNKmww@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From aabe04b27d0851a3b331bf90c7ef20c315118018 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Mon, 3 May 2021 22:43:41 +0100
Subject: [PATCH] gnu: trivial-backtrace: Update to 0.0.0-2.6eb65bd

---
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 57b4abf067..6f2666608f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3861,8 +3861,8 @@ client and server.")
(sbcl-package->ecl-package sbcl-trivial-clipboard))
(define-public sbcl-trivial-backtrace
- (let ((commit "ca81c011b86424a381a7563cea3b924f24e6fbeb")
- (revision "1"))
+ (let ((commit "6eb65bde7229413040c81d42ea22f0e4c9c8cfc9")
+ (revision "2"))
(package
(name "sbcl-trivial-backtrace")
(version (git-version "0.0.0" revision commit))
@@ -3874,7 +3874,7 @@ client and server.")
(commit commit)))
(file-name (git-file-name "trivial-backtrace" version))
(sha256
- (base32 "10p41p43skj6cimdg8skjy7372s8v2xpkg8djjy0l8rm45i654k1"))))
+ (base32 "1mbaqiwj5034iw6jzw30jyhwzp1pvhnz1zcy0lns0z5j2h9ldapw"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("sbcl-lift" ,sbcl-lift)))
--
2.31.1
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 48206-done@debbugs.gnu.org)
87tuniy7ya.fsf@yamatai
Patch pushed as 4c2f810f97a19babc9a160ea777f71ceb6fba3b4. Thanks.
I modified the main version number to "1.1.0" as it is what is indicated
in the asd file.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYJFEPQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8c+gD/RCCDavcHG/YfAe55q389AWttdr61cUoMffj8
SsL8C8YBAIkMKrYxVsJVaWokwwA/o0wOeyYIztDklEpwgbJtw0zD
=tiJp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 48206
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