guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ngless: Update to 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: ngless: Update to 1.1.0.
Date: Sun, 08 Mar 2020 18:37:42 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 830eac9  gnu: ngless: Update to 1.1.0.
830eac9 is described below

commit 830eac9c27a35f09db2e28e32ad2f35040ed11ee
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 8 23:37:09 2020 +0100

    gnu: ngless: Update to 1.1.0.
    
    * gnu/packages/bioinformatics.scm (ngless): Update to 1.1.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5adbbdd..b5114fd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13983,7 +13983,7 @@ datasets.")
 (define-public ngless
   (package
     (name "ngless")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -13993,7 +13993,7 @@ datasets.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06ygv8q2zjqsnrid1302yrlhhvb8ik48nq6n0higk3i1mdc8r0dg"))))
+         "1wim8wpqyff080dfcazynrmjwqas38m24m0v350w245mmhrapdma"))))
     (build-system haskell-build-system)
     (arguments
      `(#:haddock? #f ; The haddock phase fails with: NGLess/CmdArgs.hs:20:1:



reply via email to

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