aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4ad8669e62..2fa510067b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1395,14 +1395,14 @@ Python 3.3+.")
(define-public python-pyicu
(package
(name "python-pyicu")
- (version "1.9.8")
+ (version "2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyICU" version))
(sha256
(base32
- "05nz4p2dpkhwj6y9kik24xbvmfxji39nl0xw0sc0nvp9fgzf6xnd"))))
+ "0wq9y5fi1ighgf5aws9nr87vi1w44p7q1k83rx2y3qj5d2xyhspa"))))
(build-system python-build-system)
(inputs
`(("icu4c" ,icu4c)))
>2021-02-16gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558].Leo Famulari * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.5. 2020-12-15gnu: webkitgtk: Update to 2.30.4.Mark H Weaver * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.4. 2020-11-23gnu: webkitgtk: Update to 2.30.3.Tobias Geerinckx-Rice * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.3. 2020-10-26gnu: webkitgtk: Update to 2.30.2.Mark H Weaver * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.2. 2020-10-03gnu: webkitgtk: Update to 2.30.1.Mark H Weaver * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.1. 2020-09-21gnu: webkitgtk: Update to 2.30.0.Mark H Weaver * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.0. [arguments]: Add "-DUSE_SYSTEMD=OFF" to the configure flags. 2020-08-19gnu: libwpe: Update package definition.Raghav Gururajan * gnu/packages/webkit.scm (libwpe): Update package definition. [native-inputs]: Add python-wrapper. [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-08-18gnu: Add wpewebkit.Raghav Gururajan * gnu/packages/webkit.scm (wpewebkit): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-08-16gnu: webkitgtk: Expose all font locations to the bubblewrap sandbox.Leo Prikler Fixes <https://issues.guix.gnu.org/41174> and <https://issues.guix.gnu.org/42618>. The webkitgtk library relied on by Epiphany and others uses bubblewrap to sandbox its process. This sandbox was only exposing fonts relative to XDG_DATA_HOME. Extend it so that it honors font locations specified via XDG_DATA_DIRS as well, which is what Guix uses. * gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/webkit.scm (webkitgtk)[source]<patches>: Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> 2020-07-28gnu: webkitgtk: Update to 2.28.4.Mark H Weaver * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4.