GNU bug report logs -
#66603
[PATCH 00/29] Add miller.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Wed, 18 Oct 2023 09:37:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #89 received at 66603 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-facette-natsort): New variable.
---
gnu/packages/golang.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 166270d201..7d6852f661 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9068,6 +9068,27 @@ (define-public go-github-com-emersion-go-mbox
@code{mbox} files.")
(license license:expat)))
+(define-public go-github-com-facette-natsort
+ (package
+ (name "go-github-com-facette-natsort")
+ (version "0.0.0-20181210072756-2cd4dd1e2dcb")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/facette/natsort")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0kfas7nq7cfrbaqvpmifg2p8v8z0d2kdqjb7p9y6r0rpdzl2zy6p"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/facette/natsort"))
+ (home-page "https://github.com/facette/natsort")
+ (synopsis "natsort: natural strings sorting in Go")
+ (description "Package natsort implements natural strings sorting")
+ (license license:bsd-3)))
+
(define-public go-github-com-fatih-color
(package
(name "go-github-com-fatih-color")
--
2.41.0
This bug report was last modified 1 year and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.