* [bug#51097] [PATCH 0/2] gnu: lf: Update to 24
@ 2021-10-08 19:01 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
2021-10-10 18:21 ` [bug#51097] [PATCH 0/1] Update lf to 25 Chadwain Holness
0 siblings, 2 replies; 6+ messages in thread
From: Chadwain Holness @ 2021-10-08 19:01 UTC (permalink / raw)
To: 51097; +Cc: Chadwain Holness
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1.
2021-10-08 19:01 [bug#51097] [PATCH 0/2] gnu: lf: Update to 24 Chadwain Holness
@ 2021-10-08 19:18 ` Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 2/2] gnu: lf: Update to 24 Chadwain Holness
2021-10-14 13:49 ` bug#51097: [PATCH 0/2] " Ludovic Courtès
2021-10-10 18:21 ` [bug#51097] [PATCH 0/1] Update lf to 25 Chadwain Holness
1 sibling, 2 replies; 6+ messages in thread
From: Chadwain Holness @ 2021-10-08 19:18 UTC (permalink / raw)
To: 51097; +Cc: Chadwain Holness
* 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@raghavgururajan.name>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
+;;; Copyright © 2021 Chadwain Holness <chadwainholness@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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#51097] [PATCH 2/2] gnu: lf: Update to 24
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
@ 2021-10-08 19:18 ` Chadwain Holness
2021-10-14 13:49 ` bug#51097: [PATCH 0/2] " Ludovic Courtès
1 sibling, 0 replies; 6+ messages in thread
From: Chadwain Holness @ 2021-10-08 19:18 UTC (permalink / raw)
To: 51097; +Cc: Chadwain Holness
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#51097] [PATCH 0/1] Update lf to 25
2021-10-08 19:01 [bug#51097] [PATCH 0/2] gnu: lf: Update to 24 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
@ 2021-10-10 18:21 ` Chadwain Holness
2021-10-10 18:21 ` [bug#51097] [PATCH 1/1] gnu: lf: Update " Chadwain Holness
1 sibling, 1 reply; 6+ messages in thread
From: Chadwain Holness @ 2021-10-10 18:21 UTC (permalink / raw)
To: 51097; +Cc: Chadwain Holness
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#51097] [PATCH 1/1] gnu: lf: Update to 25
2021-10-10 18:21 ` [bug#51097] [PATCH 0/1] Update lf to 25 Chadwain Holness
@ 2021-10-10 18:21 ` Chadwain Holness
0 siblings, 0 replies; 6+ messages in thread
From: Chadwain Holness @ 2021-10-10 18:21 UTC (permalink / raw)
To: 51097; +Cc: Chadwain Holness
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#51097: [PATCH 0/2] gnu: lf: Update to 24
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 2/2] gnu: lf: Update to 24 Chadwain Holness
@ 2021-10-14 13:49 ` Ludovic Courtès
1 sibling, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2021-10-14 13:49 UTC (permalink / raw)
To: Chadwain Holness; +Cc: 51097-done
Hi,
Chadwain Holness <chadwainholness@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’.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-14 13:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-08 19:01 [bug#51097] [PATCH 0/2] gnu: lf: Update to 24 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 2/2] gnu: lf: Update to 24 Chadwain Holness
2021-10-14 13:49 ` bug#51097: [PATCH 0/2] " Ludovic Courtès
2021-10-10 18:21 ` [bug#51097] [PATCH 0/1] Update lf to 25 Chadwain Holness
2021-10-10 18:21 ` [bug#51097] [PATCH 1/1] gnu: lf: Update " Chadwain Holness
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).