me
/
guix
Archived
1
0
Fork 0

gnu: gcr: Update to 3.28.1.

* gnu/packages/gnome.scm (gcr): Update to 3.28.1.
[native-inputs]: Add vala.
master
Kei Kebreau 2019-07-05 00:23:47 -04:00
parent 77425f04f2
commit bea6b829b8
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 2 deletions

View File

@ -593,7 +593,7 @@ and keep up to date translations of documentation.")
(define-public gcr (define-public gcr
(package (package
(name "gcr") (name "gcr")
(version "3.28.0") (version "3.28.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -601,7 +601,7 @@ and keep up to date translations of documentation.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"02xgky22xgvhgd525khqh64l5i21ca839fj9jzaqdi3yvb8pbq8m")) "12qn7mcmxb45lz1gq3s3b34rimiyrrshkrpvxdw1fc0w26i4l84m"))
(patches (patches
(list (list
;; This patch solves an ordering issue that showed up when ;; This patch solves an ordering issue that showed up when
@ -643,6 +643,7 @@ and keep up to date translations of documentation.")
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool) ("intltool" ,intltool)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("vala" ,vala)
("xsltproc" ,libxslt))) ("xsltproc" ,libxslt)))
;; mentioned in gck.pc, gcr.pc and gcr-ui.pc ;; mentioned in gck.pc, gcr.pc and gcr-ui.pc
(propagated-inputs (propagated-inputs