[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz.
From: |
guix-commits |
Subject: |
09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz. |
Date: |
Tue, 13 Feb 2024 09:42:41 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 13e682ea94d85b4d2dd856231f4e67d47a724141
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 7 21:08:28 2024 +0000
gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-nsqio-go-diskqueue): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I2051eb1f8a40eeab9c8cc96c540413f5818dd78e
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
gnu/packages/golang.scm | 23 -----------------------
2 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e6decd2906..e4b6a09f2d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -378,6 +378,29 @@ library which posts the metrics to the Prometheus client
registry and just
updates the registry.")
(license license:asl2.0)))
+(define-public go-github-com-nsqio-go-diskqueue
+ (package
+ (name "go-github-com-nsqio-go-diskqueue")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nsqio/go-diskqueue")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1hp66hkmfn0nyf3c53a40f94ah11a9rj01r5zp3jph9p54j8rany"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/nsqio/go-diskqueue"))
+ (home-page "https://github.com/nsqio/go-diskqueue")
+ (synopsis "Go package providing a file system backed FIFO queue")
+ (description
+ "The @code{diskqueue} Go package provides a file system backed FIFO
+queue.")
+ (license license:expat)))
+
(define-public go-github-com-nsqio-go-nsq
(package
(name "go-github-com-nsqio-go-nsq")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d7c7198cc0..d529490b49 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3076,29 +3076,6 @@ web framework
sunset times from geographical coordinates and a date.")
(license license:expat))))
-(define-public go-github-com-nsqio-go-diskqueue
- (package
- (name "go-github-com-nsqio-go-diskqueue")
- (version "1.1.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/nsqio/go-diskqueue")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1hp66hkmfn0nyf3c53a40f94ah11a9rj01r5zp3jph9p54j8rany"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/nsqio/go-diskqueue"))
- (home-page "https://github.com/nsqio/go-diskqueue")
- (synopsis "Go package providing a file system backed FIFO queue")
- (description
- "The @code{diskqueue} Go package provides a file system backed FIFO
-queue.")
- (license license:expat)))
-
(define-public go-github-com-hebcal-gematriya
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
(revision "0"))
- 01/31: gnu: Add (gnu packages golang-build) module., (continued)
- 01/31: gnu: Add (gnu packages golang-build) module., guix-commits, 2024/02/13
- 05/31: gnu: go-github-com-mreiferson-go-options: Move to golang-xyz., guix-commits, 2024/02/13
- 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 <=
- 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, 2024/02/13
- 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