[PATCH] gnu: visidata: Update to 2.2.

  • Done
  • quality assurance status badge
Details
3 participants
  • 宋文武
  • Leo Famulari
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20210207183426.30847-1-rprior@protonmail.com
* gnu/packages/visidata.scm (visidata): Update to 2.2.
---
gnu/packages/visidata.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm
index c802c088b3..2baf6500bc 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -31,14 +31,14 @@
(define-public visidata
(package
(name "visidata")
- (version "2.1.1")
+ (version "2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "visidata" version))
(sha256
(base32
- "0sn0hnlrrbydgwdza20g2zdlchsas39hbkxzyxnrc13sp26zmmnx"))))
+ "1q53yyxiz4ir6nbws276ggb02fwix9jlq4gzrjw5ydrv3zwv4zb6"))))
(build-system python-build-system)
(arguments
'(#:phases
--
2.30.0
Leo Famulari wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 46370@debbugs.gnu.org)
YCBDhCCCB6cl+Q12@jasmine.lan
On Sun, Feb 07, 2021 at 06:34:31PM +0000, Ryan Prior via Guix-patches via wrote:
Toggle quote (2 lines)
> * gnu/packages/visidata.scm (visidata): Update to 2.2.

Thanks! Pushed as 1d972149319aed648bf1a092b8d1bd268481371a
宋文武 wrote 4 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 46370-done@debbugs.gnu.org)(name . Ryan Prior)(address . rprior@protonmail.com)
OSZP286MB0664A18A640F5F7B4892E2ACA38B9@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
Forget to close it...
Closed
?
Your comment

This issue is archived.

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

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