mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mousepad: Update to 0.5.10.
* gnu/packages/xfce.scm (mousepad): Update to 0.5.10. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
08ef65f6af
commit
afb63c840c
1 changed files with 2 additions and 2 deletions
|
@ -1305,7 +1305,7 @@ (define-public xfburn
|
|||
(define-public mousepad
|
||||
(package
|
||||
(name "mousepad")
|
||||
(version "0.5.9")
|
||||
(version "0.5.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
|
||||
|
@ -1313,7 +1313,7 @@ (define-public mousepad
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wzlcwhvpnig6123k83fsmrfjq5x1pqncxmnd8k2fmzccz0sh27i"))))
|
||||
"1b9bal9wxmgpff6r7k48gnkd0vla7xljmiahjq6mdrdyaa6z7fkf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
|
||||
|
|
Loading…
Reference in a new issue