GNU bug report logs - #66603
[PATCH 00/29] Add miller.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66603 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [bug#66603] [PATCH 02/29] gnu: Add go-github-com-lestrrat-go-strftime.
Date: Wed, 18 Oct 2023 11:38:00 +0200
* gnu/packages/golang.scm (go-github-com-lestrrat-go-strftime): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cd5704929f..1e2192eb80 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1716,6 +1716,31 @@ (define-public go-github-com-lestrrat-go-envload
     (description "Restore environment variables, so you can break em")
     (license license:expat)))
 
+(define-public go-github-com-lestrrat-go-strftime
+  (package
+    (name "go-github-com-lestrrat-go-strftime")
+    (version "1.0.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/lestrrat-go/strftime")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1iqzxmj3ijldjf99acy44qrrzvfxzn0vza3m0c9bw46bg8v1wsyc"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/lestrrat-go/strftime"
+       #:tests? #f))
+    (propagated-inputs `(("go-github-com-stretchr-testify" ,go-github-com-stretchr-testify)
+                         ("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
+                         ("go-github-com-lestrrat-go-envload" ,go-github-com-lestrrat-go-envload)))
+    (home-page "https://github.com/lestrrat-go/strftime")
+    (synopsis "strftime")
+    (description "Fast strftime for Go")
+    (license license:expat)))
+
 (define-public go-github-com-leonelquinteros-gotext
   (package
     (name "go-github-com-leonelquinteros-gotext")
-- 
2.41.0





This bug report was last modified 1 year and 42 days ago.

Previous Next


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