aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/agda.scm
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-09-21 15:17:00 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2024-10-12 11:12:26 +0200
commit2419302ca12e67c4e602123fb01382f410e919a6 (patch)
treeccbe9c35555865a4c50e30d05530a2ae43d9cb98 /gnu/packages/agda.scm
parent402a3a4e80d49dc5d9e3e8f79aa5858783ce9e33 (diff)
downloadguix-2419302ca12e67c4e602123fb01382f410e919a6.tar.gz
guix-2419302ca12e67c4e602123fb01382f410e919a6.zip
gnu: agda-categories: Update to 0.2.0.
* gnu/packages/patches/agda-categories-use-stdlib-1.7.3.patch -> gnu/packages/patches/agda-categories-use-newer-stdlib.patch: Adapt patch. * gnu/local.mk (dist_patch_DATA): Change registered name to new name. * gnu/packages/agda.scm (agda-categories): Update to 0.2.0. Use new patch name. Change-Id: Id5d1e335fe22c2d5809116083ed72e7b9208d69e
Diffstat (limited to 'gnu/packages/agda.scm')
-rw-r--r--gnu/packages/agda.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 8df3354243..d6a24c8be3 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -237,7 +237,7 @@ try agda-prelude instead.")
(define-public agda-categories
(package
(name "agda-categories")
- (version "0.1.7.2")
+ (version "0.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -246,10 +246,10 @@ try agda-prelude instead.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xwgm2mfl2pxipsv31bin8p14y1yhd9n27lv3clvsxd4z9yc034m"))
+ "0a9mz9zyifkm03ss00iixa7b844m3gyvsx92al410hqj6v3r02qr"))
(patches (search-patches "agda-categories-remove-incompatible-flags.patch"
"agda-categories-use-find.patch"
- "agda-categories-use-stdlib-1.7.3.patch"))))
+ "agda-categories-use-newer-stdlib.patch"))))
(build-system agda-build-system)
(arguments
(list