* [bug#68047] [PATCH] gnu: agda: Update to 2.6.4.1.
@ 2023-12-26 16:27 Josselin Poiret via Guix-patches via
2023-12-27 20:39 ` Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-12-26 16:27 UTC (permalink / raw)
To: 68047; +Cc: Josselin Poiret
From: Josselin Poiret <dev@jpoiret.xyz>
* gnu/packages/agda.scm (agda): Update to 2.6.4.1.
Change-Id: I757344e5ecbafc372b52ca517d196f0ac7f64837
---
gnu/packages/agda.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index c2ebf09e4a..4039d9c9ba 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages agda)
(define-public agda
(package
(name "agda")
- (version "2.6.4")
+ (version "2.6.4.1")
(source
(origin
(method git-fetch)
@@ -53,7 +53,7 @@ (define-public agda
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0n4avd58j45rdcmnwgrmz5s0ril0z4n2z711mwwbahl50f7359ky"))
+ (base32 "00yfwwqv4dyka5yg4m9w5dfd9ajn5z51lg7dakj6d03lay76dhh7"))
(patches (search-patches "agda-libdirs-env-variable.patch"
"agda-use-sphinx-5.patch"))))
(build-system haskell-build-system)
base-commit: 5bd80ccd69047b1777749e24d4adf2c951b5d14b
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#68047] [PATCH] gnu: agda: Update to 2.6.4.1.
2023-12-26 16:27 [bug#68047] [PATCH] gnu: agda: Update to 2.6.4.1 Josselin Poiret via Guix-patches via
@ 2023-12-27 20:39 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-12-27 20:39 UTC (permalink / raw)
To: Josselin Poiret; +Cc: 68047
> * gnu/packages/agda.scm (agda): Update to 2.6.4.1.
Looks good! I think you can directly proceed for those trivial updates.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-27 20:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 16:27 [bug#68047] [PATCH] gnu: agda: Update to 2.6.4.1 Josselin Poiret via Guix-patches via
2023-12-27 20:39 ` Mathieu Othacehe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).