mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: mousepad: Update to 0.6.1.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.1.
This commit is contained in:
parent
3b87e7ce52
commit
be21541778
1 changed files with 2 additions and 2 deletions
|
@ -1416,7 +1416,7 @@ (define-public xfburn
|
|||
(define-public mousepad
|
||||
(package
|
||||
(name "mousepad")
|
||||
(version "0.6.0")
|
||||
(version "0.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
|
||||
|
@ -1424,7 +1424,7 @@ (define-public mousepad
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2"))))
|
||||
"0dpzzy03hlw6gljp7ywdi6np41r88p2nr7rypwzy6zdwqwv5832n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
|
||||
|
|
Loading…
Reference in a new issue