[PATCH] gnu: dialog: Update to 1.3-20201126.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227153621.10360-1-vincent.legoll@gmail.com
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126.
---
gnu/packages/ncurses.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 7b2ab991cf..de04af50d6 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -237,7 +237,7 @@ ncursesw library provides wide character support.")
(define-public dialog
(package
(name "dialog")
- (version "1.3-20200228")
+ (version "1.3-20201126")
(source (origin
(method url-fetch)
(uri (string-append
@@ -245,7 +245,7 @@ ncursesw library provides wide character support.")
version ".tgz"))
(sha256
(base32
- "1n8zbkigbzxw8gkw7qhzwzdyc7rbc7a0jcfy9z8ib7pf3qfw9y4z"))))
+ "0riqmp2xl2j2yxx69nyg8jbm2fyi5fp4clcf6zi5jfm3irn3l8y9"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no test suite
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45464-done@debbugs.gnu.org)
X+nrZuZ7baNnB9LR@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p62YACgkQQarn3Mo9
g1Ht5g/+LxHo+SoaXJk/crGgbA0FIsHjkW+2DCG4SSeOHK/QmXjTSMRNo2xW/SOa
DbRviHGtHo1nb1c29Y2C7nlHgx7lrHJ59rcHOuOR7aZySBve7MJr+TGgoi+jlFaq
SpEZF+t5b4xV/J6hbs85FsoXzyxo/lPTnV4wHXXibN1q69/Df5MPDJWcGuXDhdUV
POSeCGYIkOoYZl3eOtk2MOyHes8roRChT82loBkuVzzLDsapo/MmY3l2zX+j20Cx
MKIOW8Rm2FCAREuNW2zVj2yrW1yEjCudg0kZVLRM9N+c+lHszEV4U6TeNln0mjeZ
Dl9tPNdjaLFB+qkO9SbuYPdwbAoaNKwF+eeMXf3QuiUT0cMCfGjf1CwOYXl2Vqhq
6wlFbrEWb0K3qfnwaRuP55llmB3eeyHZtVabwTEfNQ49MlzFhBEM4lx+5y/IYzMo
ehz1M+MLoJcYf1UhfSxd49OXjyisMjbO2rsvhUEN9CwOsP14nbC4xvqhkOI6jTPr
DPw6StcPZ0JuJ/Vrn2EUgUMucesbDkzIHaF5D5ZbmVEZid/KhqpD4naJaNjQtOUw
MBjXkV5x2HhcFu9gt0SZacmRhb12aJEbklBQXJnOKOpGGK2ncpSH1s3+EEot23JQ
aebGb+Hd6KGZMBqNCWA+JZBGEiKclGNcm8Ngh/CH038yuK62Xfs=
=Unab
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45464
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