mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libaccounts-glib: Update to 1.27.
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.27. Change-Id: I8426d70e893213b1791e4194d6e9509e71e4caab
This commit is contained in:
parent
a26062db36
commit
d1a4af6ae8
1 changed files with 2 additions and 2 deletions
|
@ -840,7 +840,7 @@ by GDBus included in Glib.")
|
|||
(define-public libaccounts-glib
|
||||
(package
|
||||
(name "libaccounts-glib")
|
||||
(version "1.26")
|
||||
(version "1.27")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -849,7 +849,7 @@ by GDBus included in Glib.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
|
||||
"0j181yw0jpw3bkq45hg0vhha5nyjjcssvfjj0y92311bkz15rf4q"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list dbus
|
||||
`(,glib "bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue