Archived
1
0
Fork 0

gnu: xfce4-mount-plugin: Update to 1.1.6.

* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6.
This commit is contained in:
宋文武 2023-04-26 22:07:56 +08:00
parent 3435d7644f
commit 2f73c1f0fa
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1842,7 +1842,7 @@ right-click menu
(define-public xfce4-mount-plugin (define-public xfce4-mount-plugin
(package (package
(name "xfce4-mount-plugin") (name "xfce4-mount-plugin")
(version "1.1.5") (version "1.1.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/" (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1851,7 +1851,7 @@ right-click menu
"/xfce4-mount-plugin-" version ".tar.bz2")) "/xfce4-mount-plugin-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q")))) "0ca8j2smq20zydj0gbb20fkcisgzcswpnpz5h8laxb3ghr03frlg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))