diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-10-27 20:01:04 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-11-14 13:30:49 +0100 |
commit | 7374e14f510b9d320145f4176b43ed92a89e5a67 (patch) | |
tree | 37ad5495cdd99f8e01ce14fea0f8e64bdd421809 /gnu/packages | |
parent | a52175730607e4319bce06ead92510743ec2604c (diff) |
gnu: agda-stdlib: Update to 1.7.3.
* gnu/packages/agda.scm (agda-stdlib): Update to 1.7.3.
Change-Id: Ic941073814a6a2150d470fc05218dc8d19954445
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/agda.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm index 8c82701596..538df99bf4 100644 --- a/gnu/packages/agda.scm +++ b/gnu/packages/agda.scm @@ -199,7 +199,7 @@ come from Agda's standard library.") (define-public agda-stdlib (package (name "agda-stdlib") - (version "1.7.2") + (version "1.7.3") (source (origin (method git-fetch) (uri (git-reference @@ -208,7 +208,7 @@ come from Agda's standard library.") (file-name (git-file-name name version)) (sha256 (base32 - "065hf24xjpciwdrvk4isslgcgi01q0k93ql0y1sjqqvy5ryg5xmy")))) + "0y6rns64rrkh8hw7mamcf6797329pi4ravpak5zijpnkzdagmlmy")))) (build-system agda-build-system) (arguments (list |