diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-05-14 15:10:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-14 15:10:52 +0800 |
commit | be21541778b4d7b101aec2c698d924a63ce699ee (patch) | |
tree | 9fe42cf412ccdc283dd788b73a3fff7b58ae5366 | |
parent | 3b87e7ce525493c9b12aae3f651d966788794f8a (diff) | |
download | guix-be21541778b4d7b101aec2c698d924a63ce699ee.tar.gz |
gnu: mousepad: Update to 0.6.1.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.1.
-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 c8e56fe6b0..38d77cace2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1416,7 +1416,7 @@ of data to either CD/DVD/BD.") (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 @@ of data to either CD/DVD/BD.") version ".tar.bz2")) (sha256 (base32 - "1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2")))) + "0dpzzy03hlw6gljp7ywdi6np41r88p2nr7rypwzy6zdwqwv5832n")))) (build-system gnu-build-system) (arguments '(#:configure-flags '(;; Use the GSettings keyfile backend rather than |