diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:39 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 7806212482d39f9069151f191fcfc7b29bb366a3 (patch) | |
| tree | ce01d35fd6cf9b1a1dfcec93f1b24cc8e5681ef6 | |
| parent | 67c5652bd759f8ebebe31d6fe61f1b095c074d8a (diff) | |
gnu: mousepad: Update to 0.6.5.
* gnu/packages/xfce.scm (mousepad): Update to 0.6.5.
Change-Id: I0dddb9aafe914d9f694aaf7fafa6a588fa2c1c86
| -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 d7b5eca96f..31d7f51663 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1605,7 +1605,7 @@ of data to either CD/DVD/BD.") (define-public mousepad (package (name "mousepad") - (version "0.6.3") + (version "0.6.5") (source (origin (method git-fetch) @@ -1614,7 +1614,7 @@ of data to either CD/DVD/BD.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1pchp4jdy7xfgb0bk4pv06bphs6lmf1lr3ykyq2f351s5wqp2nrg")))) + (base32 "0yp0y7bkc9395r9ay70qvrzxkv466w55v05l132phlhair0jjb77")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-maintainer-mode" ;for mousepad-marshal.c |
