[PATCH] gnu: xnedit: Update to 1.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Zheng Junjie
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 3 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
8fade5318455371099884f3f828421774215599d.1733461488.git.atai@atai.org
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.0.

Change-Id: I7f7b30535b40f21864bba44665015242553f4881
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 13b97bc8af..dc96f3c494 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1656,14 +1656,14 @@ (define-public jed
(define-public xnedit
(package
(name "xnedit")
- (version "1.5.3")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/xnedit/" name "-"
version ".tar.gz"))
(sha256
(base32
- "10pw0yylhfmpcmhs74i3ikgsd8jq4dsy64zp9v14wj5s4qrac4c5"))))
+ "1f2r0k2mcicjns5aic6vlpwwy9ccqzwbm46r6403rwwmwg5zk2pg"))))
(build-system gnu-build-system)
(arguments

base-commit: 3e2442de5268782213b04048463fcbc5d76accd7
--
2.34.1
Zheng Junjie wrote 3 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 74706-done@debbugs.gnu.org)
87plm4b719.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

Toggle quote (30 lines)
> * gnu/packages/text-editors.scm (xnedit): Update to 1.6.0.
>
> Change-Id: I7f7b30535b40f21864bba44665015242553f4881
> ---
> gnu/packages/text-editors.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
> index 13b97bc8af..dc96f3c494 100644
> --- a/gnu/packages/text-editors.scm
> +++ b/gnu/packages/text-editors.scm
> @@ -1656,14 +1656,14 @@ (define-public jed
> (define-public xnedit
> (package
> (name "xnedit")
> - (version "1.5.3")
> + (version "1.6.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://sourceforge/xnedit/" name "-"
> version ".tar.gz"))
> (sha256
> (base32
> - "10pw0yylhfmpcmhs74i3ikgsd8jq4dsy64zp9v14wj5s4qrac4c5"))))
> + "1f2r0k2mcicjns5aic6vlpwwy9ccqzwbm46r6403rwwmwg5zk2pg"))))
>
> (build-system gnu-build-system)
> (arguments
>
> base-commit: 3e2442de5268782213b04048463fcbc5d76accd7
pushed, closing.

This bag doesn't seem to need pcre, can you have a look?
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdTqKIACgkQO1qpk+Gi
3/ACsg//Tm9Wf/BH91YyfwgsnJehIoTb/0+93DWY8iatbpdLvg6fPsRXmOon0JIH
lHbgbI0VL5+Bt18UadWlG1G+28nLQgdbmYKiZzHkJtwqQFwCuD8elJX2Q2BESfEy
xxXKKwJ7bpFl9dg8UIfNrhvnzVyjjoZVW+lEpzIyQ/CcboyfOt1URc/oBbXFF+pf
4WWGH9FEA3Cm5eytX9TzT/x78tiDuBw7D458HpY4c38rHCPJ9Z2WnDaeDKseV88r
I7y/Qlup8TA/lTa1QVvCmqqfaZxvVzeI+pFDh/hx1pvnKz6nZm3FWhFZeBd4gFIL
f53f5tmC+od4GBa8YOSV3xrDygCHAiM5dFKR99Dwmgx45R67MRApaQ06jqIIIevB
Oq0H6j7rhdQPFRqClXCoaAZ9XkHgHEhg4JDWH85saNRS64bjsiiOyMdfQ5+5ypDp
CiFKdWvFWqs1/qCzkIVmcOAfqNTKiH6SAxzx5PMd4l+CiS1hp4vtCx3zt3fnMbcd
1epqNlJchkshjzg65pcF/fOjY+f8lKnKsYSMBf8nZ5axKjzoOf1HZwj3K6ZS0iaj
tttIF9TV48bBbHNYeA8L9zJpaRKSK+C8EKs5nQ8O5AI8/eMicZ1eVxbdQcMa79Lm
A0pLgSO3sGHJTu75A46Zto6me9E62UQuKqRTxo0ZbgJb8L9S84Y=
=Wyjp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74706@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74706
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help