[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: guile-mastodon: Update to 0.0.1-0a94ae6b
From: |
guix-commits |
Subject: |
02/03: gnu: guile-mastodon: Update to 0.0.1-0a94ae6b |
Date: |
Wed, 4 Oct 2023 09:15:09 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit c1af4060e9aa9510a40daedf5ee431159fd5d6a7
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Tue Oct 3 14:38:15 2023 +0000
gnu: guile-mastodon: Update to 0.0.1-0a94ae6b
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
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 @@ Scheme by using Guile’s foreign function interface.")
(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 @@ Scheme by using Guile’s foreign function interface.")
(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))