guix-commits
[Top][All Lists]
Advanced

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

229/249: gnu: hoogle: Update to 5.0.17.11.


From: guix-commits
Subject: 229/249: gnu: hoogle: Update to 5.0.17.11.
Date: Thu, 31 Oct 2019 23:50:08 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 5b008b986efab878bd6e2160616f61f75ec61cd1
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:31:50 2019 -0400

    gnu: hoogle: Update to 5.0.17.11.
    
    * gnu/packages/haskell-apps.scm (hoogle): Update to 5.0.17.11.
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 2b9c05a..2a7b0af 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -427,7 +427,7 @@ unwanted suggestions, and to add your own custom 
suggestions.")
 (define-public hoogle
   (package
     (name "hoogle")
-    (version "5.0.17.3")
+    (version "5.0.17.11")
     (source
      (origin
        (method url-fetch)
@@ -437,7 +437,7 @@ unwanted suggestions, and to add your own custom 
suggestions.")
          version ".tar.gz"))
        (sha256
         (base32
-         "174gp41v0krzj37m75pnr3aawyhkbk2wq4q6zk2z3zh0avvvmgk6"))))
+         "1svp8z9pad8z2j386pr0dda0ds8ddxab0salnz4gm51q877w93p1"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-network-uri" ,ghc-network-uri)



reply via email to

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