guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/15: gnu: agda: Update to 2.5.4.2.


From: guix-commits
Subject: 01/15: gnu: agda: Update to 2.5.4.2.
Date: Sun, 24 Feb 2019 13:44:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d9c8009832077cc01412f379bb5f39e43d5a18d2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 6 10:24:28 2018 +0100

    gnu: agda: Update to 2.5.4.2.
    
    * gnu/packages/agda.scm (agda): Update to 2.5.4.2.
    [inputs]: Remove cpphs.
---
 gnu/packages/agda.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index d211355..6465957 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2018 Alex ter Weele <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,7 +33,7 @@
 (define-public agda
   (package
     (name "agda")
-    (version "2.5.4.1")
+    (version "2.5.4.2")
     (source
      (origin
        (method url-fetch)
@@ -41,11 +42,10 @@
              version ".tar.gz"))
        (sha256
         (base32
-         "0bxpibsk98n9xp42d92ma5vj2fam8rsnl61fbhr3askfjdvalnbp"))))
+         "07wvawpfjhx3gw2w53v27ncv1bl0kkx08wkm6wzxldbslkcasign"))))
     (build-system haskell-build-system)
     (inputs
-     `(("cpphs" ,cpphs)
-       ("ghc-alex" ,ghc-alex)
+     `(("ghc-alex" ,ghc-alex)
        ("ghc-async" ,ghc-async)
        ("ghc-blaze-html" ,ghc-blaze-html)
        ("ghc-boxes" ,ghc-boxes)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]