GNU bug report logs - #73995
[PATCH] gnu: Add go-github-com-caarlos0-env.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 24 Oct 2024 20:52:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73995: closed ([PATCH] gnu: Add go-github-com-caarlos0-env.)
Date: Sun, 27 Oct 2024 06:35:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 27 Oct 2024 09:33:07 +0300
with message-id <877c9uxdgc.fsf <at> gmail.com>
and subject line Re: [PATCH] gnu: Add go-github-com-caarlos0-env.
has caused the debbugs.gnu.org bug report #73995,
regarding [PATCH] gnu: Add go-github-com-caarlos0-env.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73995: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73995
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: Add go-github-com-caarlos0-env.
Date: Thu, 24 Oct 2024 23:50:56 +0300
* gnu/packages/golang-xyz.scm (go-github-com-caarlos0-env): New variable.

Change-Id: If15faf6ebae7c94204b816a9d784e6b28d70be2e
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e8b7f7ee9f..0d6debcac4 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1394,6 +1394,30 @@ (define-public go-github-com-calmh-xdr
 reflection.")
     (license license:expat)))
 
+(define-public go-github-com-caarlos0-env
+  (package
+    (name "go-github-com-caarlos0-env")
+    (version "11.2.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/caarlos0/env")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "074bagdfvsq65i0cak5l7ipci0b1j2m0j8rd54g7rznhqmxwha97"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/caarlos0/env"))
+    (home-page "https://github.com/caarlos0/env")
+    (synopsis "Library to parse environment variables into structs")
+    (description
+     "@code{env} is a simple, zero-dependencies library to parse environment
+variables into structs.")
+    (license license:expat)))
+
 (define-public go-github-com-charlievieth-fastwalk
   (package
     (name "go-github-com-charlievieth-fastwalk")

base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 73995-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add go-github-com-caarlos0-env.
Date: Sun, 27 Oct 2024 09:33:07 +0300
[Message part 4 (text/plain, inline)]
Merged to the "master" branch as
0734d5a380cc816a90193e37135638b1b87de101

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 268 days ago.

Previous Next


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