From 888dcd025b042cfe2708bd52d2914687cf4244ab Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 31 May 2019 16:44:32 +0300 Subject: Update the version of python-htmlgen * Update the version of python-htmlgen to 1.2.2 --- gn/packages/python.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gn/packages/python.scm') 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 -- cgit v1.2.3