[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73421] [PATCH 5/5] gnu: agda-1lab: Update to afcf848d367f906d6d07d1
From: |
Josselin Poiret |
Subject: |
[bug#73421] [PATCH 5/5] gnu: agda-1lab: Update to afcf848d367f906d6d07d1612fbd41d7dd8c978e. |
Date: |
Sun, 22 Sep 2024 13:17:20 +0200 |
From: Josselin Poiret <dev@jpoiret.xyz>
* gnu/packages/agda.scm (agda-1lab): Update to
afcf848d367f906d6d07d1612fbd41d7dd8c978e.
Change-Id: I0c0b5273c13152e079f9e62daffc5c051d62ca63
---
gnu/packages/agda.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index f388b4d669..c20549888d 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -297,8 +297,8 @@ (define-public agda-cubical
(define-public agda-1lab
;; Upstream doesn't do releases (yet). Use a commit that builds with 2.6.4,
;; since they use Agda HEAD.
- (let* ((revision "2")
- (commit "549fdb1c948a975e90e70f871993a4a4239aa280"))
+ (let* ((revision "3")
+ (commit "afcf848d367f906d6d07d1612fbd41d7dd8c978e"))
(package
(name "agda-1lab")
(version (git-version "0.0" revision commit))
@@ -311,7 +311,7 @@ (define-public agda-1lab
(file-name (git-file-name name version))
(sha256
(base32
- "1k4zj8dibyplakpxaw4a8hpsaqhakynjb83dqxrva4h4ssj6gkqj"))))
+ "12ax3n9111dkzm7nm3kwnvgslzsybyh740vml7l089in89f979wn"))))
(build-system agda-build-system)
(arguments
;; Check files individually first, to avoid running out of heap :(
--
2.46.0