[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/224: gnu: Add go-rsc-io-goversion.
From: |
guix-commits |
Subject: |
35/224: gnu: Add go-rsc-io-goversion. |
Date: |
Fri, 21 Mar 2025 17:15:48 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f6ab44a359f94269a48ab98effc03a6dc143d4c8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 13 16:15:01 2025 +0000
gnu: Add go-rsc-io-goversion.
* gnu/packages/golang-xyz.scm (go-rsc-io-goversion): New variable.
Change-Id: If030e32a7b491ca9e224517e1e52e38fabb4d29a
---
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 28119690c4..5cb4fbb0e6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18049,6 +18049,30 @@ and other languages. More precisely, it is the syntax
accepted by RE2 and
described at https://golang.org/s/re2syntax, except for @code{\\C.}")
(license license:bsd-3)))
+(define-public go-rsc-io-goversion
+ (package
+ (name "go-rsc-io-goversion")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rsc/goversion")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0k5rskhl3653snrfwwv0a9ia3jf52gwkc6p4abj4xb04s23qczcs"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "rsc.io/goversion"))
+ (home-page "https://github.com/rsc/goversion")
+ (synopsis "Print version used to build Go executables")
+ (description
+ "Goversion scans a directory tree and, for every executable it finds,
+prints the Go version used to build that executable.")
+ (license license:bsd-3)))
+
(define-public go-sigs-k8s-io-json
(package
(name "go-sigs-k8s-io-json")
- 31/224: gnu: Add mautrix-whatsapp., (continued)
- 31/224: gnu: Add mautrix-whatsapp., guix-commits, 2025/03/21
- 02/224: gnu: Add go-github-com-datadog-zstd., guix-commits, 2025/03/21
- 04/224: gnu: Add go-github-com-asdine-storm-v3., guix-commits, 2025/03/21
- 07/224: gnu: Add go-github-com-gdey-tbltest., guix-commits, 2025/03/21
- 32/224: gnu: go-github-com-zalando-go-keyring: Update to 0.2.6., guix-commits, 2025/03/21
- 23/224: gnu: Add go-go-mau-fi-util., guix-commits, 2025/03/21
- 15/224: gnu: Add go-github-com-mattn-go-ieproxy., guix-commits, 2025/03/21
- 25/224: gnu: Add go-go-mau-fi-whatsmeow., guix-commits, 2025/03/21
- 34/224: gnu: go-github-com-gsterjov-go-libsecret: Move to golang-crypto., guix-commits, 2025/03/21
- 30/224: gnu: Add go-maunium-net-go-mautrix., guix-commits, 2025/03/21
- 35/224: gnu: Add go-rsc-io-goversion.,
guix-commits <=
- 36/224: gnu: Add go-github-com-google-gops., guix-commits, 2025/03/21
- 39/224: gnu: go-github-com-signintech-gopdf: Move to golang-xyz., guix-commits, 2025/03/21
- 40/224: gnu: go-github-com-rakyll-statik: Move to golang-xyz., guix-commits, 2025/03/21
- 41/224: gnu: go-github-com-wraparound-wrap: Update to 0.3.2., guix-commits, 2025/03/21
- 42/224: gnu: go-github-com-wraparound-wrap: Rename variable., guix-commits, 2025/03/21
- 43/224: gnu: go-github-com-flopp-go-findfont: Move to golang-xyz., guix-commits, 2025/03/21
- 44/224: gnu: go-wrap: Move to fontutils., guix-commits, 2025/03/21
- 21/224: gnu: Add go-github-com-kisielk-sqlstruct., guix-commits, 2025/03/21
- 50/224: gnu: Add go-github-com-swaggo-swag., guix-commits, 2025/03/21
- 27/224: gnu: Add go-go-mau-fi-webp., guix-commits, 2025/03/21