[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)
- branch core-updates updated (799c3c8 -> 0a2d977), Marius Bakke, 2018/02/07
- 01/08: gnu: multiqc: Update to 1.4.,
Marius Bakke <=
- 07/08: gnu: python-radon: Update to 2.2.0., Marius Bakke, 2018/02/07
- 08/08: gnu: python-mando: Remove version 0.3.1., Marius Bakke, 2018/02/07
- 05/08: gnu: python-mando: Fix indentation., Marius Bakke, 2018/02/07
- 06/08: gnu: python-pytest-mock: Update to 1.6.3., Marius Bakke, 2018/02/07
- 03/08: gnu: python-tqdm: Update to 4.19.5., Marius Bakke, 2018/02/07
- 02/08: gnu: python2-flake8: Fix python-enum34 propagation., Marius Bakke, 2018/02/07
- 04/08: gnu: python-mando: Update to 0.6.4., Marius Bakke, 2018/02/07