mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: mousepad: Update to 0.6.0.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
444089d3b6
commit
e685b94e0a
1 changed files with 2 additions and 2 deletions
|
@ -1417,7 +1417,7 @@ (define-public xfburn
|
|||
(define-public mousepad
|
||||
(package
|
||||
(name "mousepad")
|
||||
(version "0.5.10")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
|
||||
|
@ -1425,7 +1425,7 @@ (define-public mousepad
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b9bal9wxmgpff6r7k48gnkd0vla7xljmiahjq6mdrdyaa6z7fkf"))))
|
||||
"1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
|
||||
|
|
Loading…
Reference in a new issue