diff options
author | Michael Rohleder <mike@rohleder.de> | 2023-02-13 21:50:50 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-02-15 09:11:43 +0800 |
commit | e685b94e0a40cf9eb4700baa172b206964318a7e (patch) | |
tree | 224ec70e29276e2c39ee5695de7a3f53fc77ca10 | |
parent | 444089d3b64357dd677360886af09c4db80aca1f (diff) | |
download | guix-e685b94e0a40cf9eb4700baa172b206964318a7e.tar.gz |
gnu: mousepad: Update to 0.6.0.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index c36a2e9c7c..9731dd0ee6 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1417,7 +1417,7 @@ of data to either CD/DVD/BD.") (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 @@ of data to either CD/DVD/BD.") version ".tar.bz2")) (sha256 (base32 - "1b9bal9wxmgpff6r7k48gnkd0vla7xljmiahjq6mdrdyaa6z7fkf")))) + "1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2")))) (build-system gnu-build-system) (arguments '(#:configure-flags '(;; Use the GSettings keyfile backend rather than |