mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
402a3a4e80
commit
2419302ca1
4 changed files with 25 additions and 32 deletions
21
gnu/packages/patches/agda-categories-use-newer-stdlib.patch
Normal file
21
gnu/packages/patches/agda-categories-use-newer-stdlib.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
Use newer stdlib.
|
||||
|
||||
From: Josselin Poiret <dev@jpoiret.xyz>
|
||||
|
||||
---
|
||||
agda-categories.agda-lib | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/agda-categories.agda-lib b/agda-categories.agda-lib
|
||||
index 5b19c405..4d63d415 100644
|
||||
--- a/agda-categories.agda-lib
|
||||
+++ b/agda-categories.agda-lib
|
||||
@@ -1,4 +1,4 @@
|
||||
name: agda-categories
|
||||
-depend: standard-library-2.0
|
||||
+depend: standard-library
|
||||
include: src/
|
||||
|
||||
--
|
||||
2.41.0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue