GNU bug report logs - #51097
[PATCH 0/2] gnu: lf: Update to 24

Previous Next

Package: guix-patches;

Reported by: Chadwain Holness <chadwainholness <at> gmail.com>

Date: Fri, 8 Oct 2021 19:14:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51097 in the body.
You can then email your comments to 51097 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51097; Package guix-patches. (Fri, 08 Oct 2021 19:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chadwain Holness <chadwainholness <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 08 Oct 2021 19:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Chadwain Holness <chadwainholness <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH 0/2] gnu: lf: Update to 24
Date: Fri,  8 Oct 2021 15:01:56 -0400
Updates lf to 24. Also adds new dependency go-gopkg-in-djherbis-times-v1.

Chadwain Holness (2):
  gnu: Add go-gopkg-in-djherbis-times-v1.
  gnu: lf: Update to 24

 gnu/packages/disk.scm   | 10 +++++++---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 3 deletions(-)

-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51097; Package guix-patches. (Fri, 08 Oct 2021 19:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 51097 <at> debbugs.gnu.org (full text, mbox):

From: Chadwain Holness <chadwainholness <at> gmail.com>
To: 51097 <at> debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1.
Date: Fri,  8 Oct 2021 15:18:24 -0400
* gnu/packages/golang.scm (go-gopkg-in-djherbis-times-v1): New variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a96f743f68..bf8b27496a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021 Chadwain Holness <chadwainholness <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8781,3 +8782,25 @@ line.  @code{csvdiff} supports
 JSON for post-processing
 @end itemize")
     (license license:expat)))
+
+(define-public go-gopkg-in-djherbis-times-v1
+  (package
+    (name "go-gopkg-in-djherbis-times-v1")
+    (version "1.5.0")
+    (home-page "https://gopkg.in/djherbis/times.v1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1xvl3rgjif5yf62p16yk05kxrsmzhz1kkqisvw4k02svzq10qbfy"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "gopkg.in/djherbis/times.v1"))
+    (synopsis "Go library for getting file times")
+    (description
+     "Provides a platform-independent way to get atime, mtime, ctime and btime for files.")
+    (license license:expat)))
-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51097; Package guix-patches. (Fri, 08 Oct 2021 19:19:02 GMT) Full text and rfc822 format available.

Message #11 received at 51097 <at> debbugs.gnu.org (full text, mbox):

From: Chadwain Holness <chadwainholness <at> gmail.com>
To: 51097 <at> debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH 2/2] gnu: lf: Update to 24
Date: Fri,  8 Oct 2021 15:18:25 -0400
* gnu/packages/disk.scm (lf): Update to 24
---
 gnu/packages/disk.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 7d6f3811dd..769fc63748 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -58,6 +58,7 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
+  #:use-module (gnu packages golang)
   #:use-module (gnu packages graphics)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages guile)
@@ -1045,7 +1046,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
 (define-public lf
   (package
     (name "lf")
-    (version "13")
+    (version "24")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1054,11 +1055,14 @@ on your file system and offers to remove it.  @command{rmlint} can find:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ld3q75v8rvp169w5p85z1vznqs9bhck6bm2f6fykxx16hmpb6ga"))))
+                "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0"))))
     (build-system go-build-system)
     (native-inputs
      `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
-       ("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)))
+       ("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)
+       ("go-golang-org-x-term" ,go-golang-org-x-term)
+       ("go-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1)
+       ("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)))
     (arguments
      `(#:import-path "github.com/gokcehan/lf"))
     (home-page "https://github.com/gokcehan/lf")
-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51097; Package guix-patches. (Sun, 10 Oct 2021 18:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 51097 <at> debbugs.gnu.org (full text, mbox):

From: Chadwain Holness <chadwainholness <at> gmail.com>
To: 51097 <at> debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH 0/1] Update lf to 25
Date: Sun, 10 Oct 2021 14:21:37 -0400
Actually, lf has just released version 25.

Chadwain Holness (1):
  gnu: lf: Update to 25

 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#51097; Package guix-patches. (Sun, 10 Oct 2021 18:23:02 GMT) Full text and rfc822 format available.

Message #17 received at 51097 <at> debbugs.gnu.org (full text, mbox):

From: Chadwain Holness <chadwainholness <at> gmail.com>
To: 51097 <at> debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH 1/1] gnu: lf: Update to 25
Date: Sun, 10 Oct 2021 14:21:38 -0400
* gnu/packages/disk.scm (lf): Update to 25
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 769fc63748..abe49d7ad3 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1046,7 +1046,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
 (define-public lf
   (package
     (name "lf")
-    (version "24")
+    (version "25")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1055,7 +1055,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0"))))
+                "014cybng6hc9y3ma74hpc1ac3rkz4ydflx8jbmvx81rdd08rzwz7"))))
     (build-system go-build-system)
     (native-inputs
      `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
-- 
2.33.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 14 Oct 2021 13:50:01 GMT) Full text and rfc822 format available.

Notification sent to Chadwain Holness <chadwainholness <at> gmail.com>:
bug acknowledged by developer. (Thu, 14 Oct 2021 13:50:01 GMT) Full text and rfc822 format available.

Message #22 received at 51097-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Chadwain Holness <chadwainholness <at> gmail.com>
Cc: 51097-done <at> debbugs.gnu.org
Subject: Re: bug#51097: [PATCH 0/2] gnu: lf: Update to 24
Date: Thu, 14 Oct 2021 15:49:40 +0200
Hi,

Chadwain Holness <chadwainholness <at> gmail.com> skribis:

> * gnu/packages/golang.scm (go-gopkg-in-djherbis-times-v1): New variable.

[...]

> * gnu/packages/disk.scm (lf): Update to 24

[...]

> * gnu/packages/disk.scm (lf): Update to 25

I merged these two and applied them.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 12 Nov 2021 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.