diff options
author | BonfaceKilz | 2020-08-05 17:11:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-05 19:41:21 +0300 |
commit | db6f419d41811ba1cb237c86982a6164ddcbe06f (patch) | |
tree | 37f0ab7cd4871fce0d40dbc64e77fab983ef3935 /gn/packages/python.scm | |
parent | cca974c4dbe2ed502097fbac6ca0e7ae0c138dd5 (diff) | |
download | guix-bioinformatics-db6f419d41811ba1cb237c86982a6164ddcbe06f.tar.gz |
gn: python-htmlgen: Update to 2.0.0
* gn/packages/python.scm (python-htmlgen):
[version]: Bump version to 2.0.0.
[source]: Update hash.
[propagated-inputs]: Remove "python-typing" since it causes errors to be
raised when importing htmlgen in python3.8. Also, in Python 3.8 it's already
provided by the standard library.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 2940e40..798a01a 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -817,7 +817,7 @@ the older versions.") (define-public python-htmlgen (package (name "python-htmlgen") - (version "1.2.2") + (version "2.0.0") (source (origin (method url-fetch) @@ -826,10 +826,8 @@ the older versions.") version ".tar.gz")) (sha256 (base32 - "0w3pcvm68jfdhnsxwwwifwhqqj9kqg3195b52hqd23qza480xilx")))) + "0qx8dsh0kb79qk2a9gdxdjij21ja3hzya277sjk5imk60aiwa6l9")))) (build-system python-build-system) - (propagated-inputs - `(("python-typing" ,python-typing))) (arguments `(#:tests? #f)) (synopsis "Python HTML 5 Generator") |