guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: multiqc: Update to 1.4.


From: Marius Bakke
Subject: 01/08: gnu: multiqc: Update to 1.4.
Date: Wed, 7 Feb 2018 09:34:57 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9e94d063abbf3a686b2c5e8daf2303f2cae909a0
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 13:06:05 2018 +0100

    gnu: multiqc: Update to 1.4.
    
    * gnu/packages/bioinformatics.scm (multiqc): Update to 1.4.
    [propagated-inputs]: Remove PYTHON-ENUM34.
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cf9c087..b9b0dad 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8816,18 +8816,17 @@ replacement for strverscmp.")
 (define-public multiqc
   (package
     (name "multiqc")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "multiqc" version))
        (sha256
         (base32
-         "0fx1sx53znbgzfhbbiyd8j6cg5llpcsl5q5c45jy2c81d12piqfd"))))
+         "0ihx4rzmsfphv4byn05qv6f1y95g2dxs6viwziipl4wjk96acgm8"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-enum34" ,python-enum34)
-       ("python-jinja2" ,python-jinja2)
+     `(("python-jinja2" ,python-jinja2)
        ("python-simplejson" ,python-simplejson)
        ("python-pyyaml" ,python-pyyaml)
        ("python-click" ,python-click)



reply via email to

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