GNU bug report logs -
#63017
[PATCH 0/25] gnu: git-lfs: Update to 3.3.0.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 22 Apr 2023 16:23:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 63017 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-git-lfs-go-netrc): New variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7526b05f8a..1dce82e49c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6567,6 +6567,33 @@ (define-public go-github-com-go-md2man
the purpose of building man pages.")
(license license:expat)))
+(define-public go-github-com-git-lfs-go-netrc
+ (let ((commit "f0c862dd687a9d9a7e15b3cd7cb3fd3e81cdd5ef")
+ (revision "0"))
+ (package
+ (name "go-github-com-git-lfs-go-netrc")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/git-lfs/go-netrc")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0xvnjyg54gm3m3qszkfp12id0jmpg3583nqvv2llza1nr18w1sqi"))))
+ (build-system go-build-system)
+ (arguments `(#:import-path "github.com/git-lfs/go-netrc/netrc"
+ #:unpack-path "github.com/git-lfs/go-netrc"))
+ (home-page "https://github.com/git-lfs/go-netrc")
+ (synopsis "Netrc file parser for Go")
+ (description "This package is for reading and writing netrc files. This
+package can parse netrc files, make changes to them, and then serialize them
+back to netrc format, while preserving any whitespace that was present in the
+source file.")
+ (license license:expat))))
+
(define-public go-github-com-russross-blackfriday
(package
(name "go-github-com-russross-blackfriday")
--
2.39.2
This bug report was last modified 2 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.