mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gvfs: Update to 1.28.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.28.1.
This commit is contained in:
parent
3afeb02c51
commit
ddfa9131b8
1 changed files with 2 additions and 2 deletions
|
@ -3318,7 +3318,7 @@ (define-public libgudev
|
||||||
(define-public gvfs
|
(define-public gvfs
|
||||||
(package
|
(package
|
||||||
(name "gvfs")
|
(name "gvfs")
|
||||||
(version "1.28.0")
|
(version "1.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 "/"
|
||||||
|
@ -3326,7 +3326,7 @@ (define-public gvfs
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"017pynx7rfrhgvg904kwxdw9dc26zb0v7ymkspm059qcvw5gqwng"))))
|
"16bry61hg681bwb0pih86cjayzvc5f89ip5xd8fydcy16nnfbksf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; XXX: requiring `pidof'
|
'(#:tests? #f)) ; XXX: requiring `pidof'
|
||||||
|
|
Loading…
Reference in a new issue