[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65118] [PATCH v2 7/9] gnu: Add go-github-com-nsqio-go-diskqueue.
From: |
Sharlatan Hellseher |
Subject: |
[bug#65118] [PATCH v2 7/9] gnu: Add go-github-com-nsqio-go-diskqueue. |
Date: |
Fri, 1 Sep 2023 20:58:16 +0100 |
* gnu/packages/golang.scm (go-github-com-nsqio-go-diskqueue): New variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 62505ff732..756700ef97 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3183,6 +3183,29 @@ (define-public go-github-com-nathan-osman-go-sunrise
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 filesystem-backed FIFO queue")
+ (description
+ "The @code{diskqueue} Go package provides a filesystem-backed FIFO
+queue.")
+ (license license:expat)))
+
(define-public go-github-com-hebcal-gematriya
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
(revision "0"))
--
2.40.1
- [bug#65118] [PATCH v2 0/9] gnu: Add NSQ., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 2/9] gnu: Add go-github-com-bitly-timer-metrics., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 1/9] gnu: Add go-github-com-bitly-go-hostpool., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 4/9] gnu: Add go-github-com-mreiferson-go-svc., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 5/9] gnu: Add go-github-com-julienschmidt-httprouter., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 3/9] gnu: Add go-github-com-bmizerany-perks-quantile., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 6/9] gnu: Add go-github-com-mreiferson-go-options., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 7/9] gnu: Add go-github-com-nsqio-go-diskqueue.,
Sharlatan Hellseher <=
- [bug#65118] [PATCH v2 8/9] gnu: Add go-github-com-nsqio-go-nsq., Sharlatan Hellseher, 2023/09/01
- [bug#65118] [PATCH v2 9/9] gnu: Add nsq., Sharlatan Hellseher, 2023/09/01