[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/31: gnu: go-github-com-blang-semver: Move to golang-xyz.
From: |
guix-commits |
Subject: |
13/31: gnu: go-github-com-blang-semver: Move to golang-xyz. |
Date: |
Tue, 13 Feb 2024 09:42:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 997075e495f5e774202f676e2c952f92b3858a3c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 7 21:49:43 2024 +0000
gnu: go-github-com-blang-semver: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-blang-semver): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/education.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/ipfs.scm: As above.
Change-Id: I620543088661512bcc8135922a454c5f2dc73119
---
gnu/packages/education.scm | 1 +
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
3 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 0f4a251bcc..c3009537e9 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -49,6 +49,7 @@
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
#:use-module (gnu packages golang-check)
+ #:use-module (gnu packages golang-xyz)
#:use-module (gnu packages gtk)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages image)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 51ea851139..63b710d570 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -89,6 +89,30 @@ optimized for sparse nodes of
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
(license license:expat)))
+(define-public go-github-com-blang-semver
+ (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
+ (revision "0"))
+ (package
+ (name "go-github-com-blang-semver")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blang/semver")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/blang/semver"))
+ (home-page "https://github.com/blang/semver")
+ (synopsis "Semantic versioning library written in Go")
+ (description
+ "Semver is a library for Semantic versioning written in Go.")
+ (license license:expat))))
+
(define-public go-github-com-bmizerany-perks-quantile
(package
(name "go-github-com-bmizerany-perks-quantile")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 089b54d5a5..9b58288d83 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4020,30 +4020,6 @@ to use line-based tools such as grep to search for what
you want and see the
absolute \"path\" to it.")
(license license:expat)))
-(define-public go-github-com-blang-semver
- (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
- (revision "0"))
- (package
- (name "go-github-com-blang-semver")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blang/semver")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/blang/semver"))
- (home-page "https://github.com/blang/semver")
- (synopsis "Semantic versioning library written in Go")
- (description "Semver is a library for Semantic versioning written in
Go.")
- (license license:expat))))
-
(define-public go-github-com-google-cadvisor
(let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
(revision "0"))
- 06/31: gnu: go-golang-org-x-sys: Move to golang-build., (continued)
- 06/31: gnu: go-golang-org-x-sys: Move to golang-build., guix-commits, 2024/02/13
- 04/31: gnu: go-github-com-golang-snappy: Mmove to golang-compression., guix-commits, 2024/02/13
- 07/31: gnu: go-github-com-mreiferson-go-svc: Move to golang-xyz., guix-commits, 2024/02/13
- 08/31: gnu: go-github-com-nsqio-go-nsq: Move to golang-xyz., guix-commits, 2024/02/13
- 10/31: gnu: go-github-com-davecgh-go-spew: Move to golang-check., guix-commits, 2024/02/13
- 11/31: gnu: go-github-com-burntsushi-toml: Move to golang-xyz., guix-commits, 2024/02/13
- 14/31: gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz., guix-commits, 2024/02/13
- 03/31: gnu: go-golang-org-x-net: Move to golang-build., guix-commits, 2024/02/13
- 09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz., guix-commits, 2024/02/13
- 12/31: gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz., guix-commits, 2024/02/13
- 13/31: gnu: go-github-com-blang-semver: Move to golang-xyz.,
guix-commits <=
- 16/31: gnu: go-golang-org-x-exp: Move to golang-build., guix-commits, 2024/02/13
- 17/31: gnu: go-golang-org-x-mod: Move to golang-build., guix-commits, 2024/02/13
- 15/31: gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz., guix-commits, 2024/02/13
- 18/31: gnu: go-golang-org-x-xerrors: Move to golang-build., guix-commits, 2024/02/13
- 19/31: gnu: go-golang.org-x-sync-errgroup: Move to golang-build., guix-commits, 2024/02/13
- 21/31: gnu: go-golang-org-x-term: Move to golang-build., guix-commits, 2024/02/13
- 20/31: gnu: go-golang-org-x-sync: Move to golang-build., guix-commits, 2024/02/13
- 25/31: gnu: go-golang-org-x-tools: Move to golang-build., guix-commits, 2024/02/13
- 27/31: gnu: go-golang-org-x-crypto: Move to golang-build., guix-commits, 2024/02/13
- 29/31: gnu: go-github-com-andybalholm-brotli: Move to golang-compression., guix-commits, 2024/02/13