diff options
author | Mark Meyer <mark@ofosos.org> | 2017-12-16 10:57:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-07 14:57:10 +0100 |
commit | 30e43e816b15caab97183362235d2c39ea18ec7f (patch) | |
tree | 4efa172aab655a84b627ffe3cb34cb219f42722b /gnu | |
parent | eaa8292e41b573adc7d4a338c8ee76918becbb9c (diff) | |
download | patches-30e43e816b15caab97183362235d2c39ea18ec7f.tar patches-30e43e816b15caab97183362235d2c39ea18ec7f.tar.gz |
gnu: python2-gobject@2: Update to 2.28.7
* gnu/packages/glib.scm (python2-gobject-2): Update to 2.28.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 366d615e58..30a22d7d59 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -547,7 +547,7 @@ useful for C++.") (name "python2-pygobject") ;; This was the last version to declare the 2.0 platform number, i.e. its ;; pkg-config files were named pygobject-2.0.pc - (version "2.28.6") + (version "2.28.7") (source (origin (method url-fetch) @@ -556,7 +556,7 @@ useful for C++.") "/pygobject-" version ".tar.xz")) (sha256 (base32 - "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv")) + "0nkam61rsn7y3wik3vw46wk5q2cjfh2iph57hl9m39rc8jijb7dv")) (patches (search-patches "python2-pygobject-2-gi-info-type-error-domain.patch")))) (build-system gnu-build-system) |