mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xfce4-mount-plugin: Update to 1.2.0.
* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.2.0. Change-Id: I77587c8050670298ba47cf4465c0c4e9f9cc615e
This commit is contained in:
parent
96efa61d01
commit
6dbf2a2b0d
1 changed files with 2 additions and 2 deletions
|
|
@ -2034,7 +2034,7 @@ right-click menu
|
|||
(define-public xfce4-mount-plugin
|
||||
(package
|
||||
(name "xfce4-mount-plugin")
|
||||
(version "1.1.7")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2044,7 +2044,7 @@ right-click menu
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1s3882dv4a9wmfcjjgn2yk6naswsgfy5cr2ql0wmdgzzg4s3pwl7"))))
|
||||
(base32 "0ggra3r1k9jv2dz69ajmgzvcwknkxsjib3khns2csbm74snjcf7n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list xfce4-dev-tools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue