gnu: mousepad: Update to 0.6.0.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
444089d3b6
commit
e685b94e0a
|
@ -1417,7 +1417,7 @@ of data to either CD/DVD/BD.")
|
||||||
(define-public mousepad
|
(define-public mousepad
|
||||||
(package
|
(package
|
||||||
(name "mousepad")
|
(name "mousepad")
|
||||||
(version "0.5.10")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
|
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
|
||||||
|
@ -1425,7 +1425,7 @@ of data to either CD/DVD/BD.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b9bal9wxmgpff6r7k48gnkd0vla7xljmiahjq6mdrdyaa6z7fkf"))))
|
"1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
|
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
|
||||||
|
|
Reference in New Issue