diff options
author | Eric Bavier <[email protected]> | 2024-04-24 22:30:06 -0500 |
---|---|---|
committer | Eric Bavier <[email protected]> | 2024-04-24 22:31:25 -0500 |
commit | 4514239971895fc7ad47c7752e30d98a0c44a154 (patch) | |
tree | f14e9c69a98a46edc2c9d694a4349c9d553f3de9 /gnu/packages/web-browsers.scm | |
parent | d6780ad2cc76576d4d3cbd9b1e404568c8287355 (diff) |
gnu: edbrowse: Update to 3.8.10.
* gnu/packages/web-browsers.scm (edbrowse): Update to 3.8.10.
[inputs]: Remove tidy-html.
Change-Id: I3cb93ab5563e37086a184fff4f65b144c8825703
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r-- | gnu/packages/web-browsers.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index b4a00ae7ec..57c4497d13 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2019 Mark H Weaver <[email protected]> ;;; Copyright © 2015, 2016, 2019, 2021-2023 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> -;;; Copyright © 2017 Eric Bavier <[email protected]> +;;; Copyright © 2017, 2024 Eric Bavier <[email protected]> ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Rutger Helling <[email protected]> ;;; Copyright © 2018 Timo Eisenmann <[email protected]> @@ -1029,7 +1029,7 @@ Features include (define-public edbrowse (package (name "edbrowse") - (version "3.8.9") + (version "3.8.10") (source (origin (method git-fetch) @@ -1038,10 +1038,9 @@ Features include (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hxvdvplmbnn0jzw4ls8a03k2s7qdylghln74910yljzjf392mld")))) + (base32 "1rkz3xrx96071xbd9cd6iiqvaiinsf9lfj7s7ahnkp7hywr9whm5")))) (build-system gnu-build-system) - (inputs (list curl-ssh pcre2 quickjs openssl readline-7 tidy-html - unixodbc)) + (inputs (list curl-ssh pcre2 quickjs openssl readline-7 unixodbc)) (native-inputs (list perl pkg-config)) (arguments (list |