mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: xdg-dbus-proxy: Update to 0.1.5.
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5. Change-Id: I6d50590dba59a0f177b73bf055a2b9c21ceadd25 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1b58b5f76b
commit
0ea85e854d
1 changed files with 2 additions and 2 deletions
|
@ -1435,7 +1435,7 @@ (define-public template-glib
|
|||
(define-public xdg-dbus-proxy
|
||||
(package
|
||||
(name "xdg-dbus-proxy")
|
||||
(version "0.1.2")
|
||||
(version "0.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
|
||||
|
@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
|
|||
"/xdg-dbus-proxy-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
|
||||
"1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
|
Loading…
Reference in a new issue