[PATCH] gnu: guile-mastodon: Update to 0.0.1-0a94ae6b

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 1 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
eZ8Sf7MRiIiRp7LrTDUez6qVg_Mce9dMIa1ibR0mMY6K6i5EC5siwWnvrompFWV3RM_MwCq3dOAwtLLvASkdQhm-bAdKw1WZQ4N2lPgUqmk=@elenq.tech
From 0064c4ff9262c4906131909ae1276667033f8811 Mon Sep 17 00:00:00 2001
Message-ID: <0064c4ff9262c4906131909ae1276667033f8811.1696343806.git.ekaitz@elenq.tech>
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Tue, 3 Oct 2023 16:28:58 +0200
Subject: [PATCH] gnu: guile-mastodon: Update to 0.0.1-0a94ae6b

* gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-0a94ae6b
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3042244a1f..0adcb5b4f4 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1680,7 +1680,7 @@ (define-public guile2.2-newt
(replace "guile" guile-2.2)))))
(define-public guile-mastodon
- (let ((commit "74b75bcf547df92acee1e0466ecd7ec07f775392")
+ (let ((commit "0a94ae6bbca63d440eb3f6d7e636630aca6d2b52")
(revision "1"))
(package
(name "guile-mastodon")
@@ -1693,7 +1693,7 @@ (define-public guile-mastodon
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1wx5h6wa9c0na8mrnr2nv1nzjvq68zyrly8yyp11dsskhaw4y33h"))))
+ "17ic44jypv1yq296w8b4nm99189fdgmdw1pdx0172x97dicsf2j6"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake emacs-minimal pkg-config texinfo))

base-commit: 284f8508bebcae510261c7c223dc28f9badf87ce
--
2.41.0
Mathieu Othacehe wrote 1 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 66324-done@debbugs.gnu.org)
87cyxuk057.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-0a94ae6b

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

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