aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2019-05-31 16:44:32 +0300
committerMuriithi Frederick Muriuki2019-05-31 16:44:32 +0300
commit888dcd025b042cfe2708bd52d2914687cf4244ab (patch)
tree54ea67c3e2afdff8f95b13dad0222f2009ed9f5f /gn/packages/python.scm
parent86c78f97e4f2384f3145adf108b661742c69bfaa (diff)
downloadguix-bioinformatics-888dcd025b042cfe2708bd52d2914687cf4244ab.tar.gz
Update the version of python-htmlgen
* Update the version of python-htmlgen to 1.2.2
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 651a635..663edf1 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -695,7 +695,7 @@ the older versions.")
(define-public python-htmlgen
(package
(name "python-htmlgen")
- (version "1.0.0")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
@@ -704,8 +704,10 @@ the older versions.")
version ".tar.gz"))
(sha256
(base32
- "1rwgqxhmc93l60wf4ay7ph619710kvyp73s22i0snjpm5i0bhc46"))))
+ "0w3pcvm68jfdhnsxwwwifwhqqj9kqg3195b52hqd23qza480xilx"))))
(build-system python-build-system)
+ (propagated-inputs
+ `(("python-typing" ,python-typing)))
(arguments
`(#:tests? #f))
(synopsis "Python HTML 5 Generator")
@@ -713,6 +715,9 @@ the older versions.")
(home-page "https://github.com/srittau/python-htmlgen")
(license license:expat)))
+(define-public python2-htmlgen
+ (package-with-python2 python-htmlgen))
+
(define-public python-version
(let ((commit "e5aadc720bb74c535f29e5a2de5cd9697efe8d7c"))
(package