sharlatan pushed a commit to branch go-team
in repository guix.
commit d2db4f4c6e57e8b65d921bd7bce7e0bc629db882
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 11:54:48 2024 +0000
gnu: go-github-com-nxadm-tail: Update to 1.4.11.
* gnu/packages/golang.scm (go-github-com-nxadm-tail): Update to 1.4.11.
Change-Id: Idf79c94c6ca973f4662f3ad702e4850d63a6ea8b
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6ece3eabf1..52709db52d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3181,7 +3181,7 @@ containers.")
(define-public go-github-com-nxadm-tail
(package
(name "go-github-com-nxadm-tail")
- (version "1.4.8")
+ (version "1.4.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3190,7 +3190,7 @@ containers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1j2gi485fhwdpmyzn42wk62103fclwbfywg42p275z1qv2bsz1rc"))))
+ "0s8lawq661g8qqf7c1cip5l60cm2138b125jgmv9h548ji9g5yqx"))))
(build-system go-build-system)
(arguments (list #:import-path "github.com/nxadm/tail"))
(propagated-inputs (list go-gopkg-in-tomb-v1