GNU bug report logs -
#57326
[PATCH 0/7] gnu: Add hydroxide.
Previous Next
Reported by: Cairn <cairn <at> pm.me>
Date: Sun, 21 Aug 2022 21:44: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
* gnu/packages/golang.scm (go-github-com-emersion-go-vcard): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9bad453402..3501dfe412 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9987,3 +9987,27 @@ (define-public go-github-com-emersion-go-mbox
(description "This package parses the mbox file format into messages
and formats messages into mbox files.")
(license license:expat)))
+
+(define-public go-github-com-emersion-go-vcard
+ (let ((commit "d4056df0ec4a571d6d42a8a116f6ee8a8b40d569")
+ (revision "0"))
+ (package
+ (name "go-github-com-emersion-go-vcard")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emersion/go-vcard")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "04yjzg0fgc6ldf603mkh99k1p1fp30ni0j1141abi1jv04sdk919"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/emersion/go-vcard"))
+ (inputs (list))
+ (home-page "https://github.com/emersion/go-vcard")
+ (synopsis "Go library for the vCard file format")
+ (description "This package lets you parse and format vCard in Go.")
+ (license license:expat))))
--
2.37.2
This bug report was last modified 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.