[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/34: gnu: go-github-com-cespare-mph: Move to golang-xyz.
From: |
guix-commits |
Subject: |
07/34: gnu: go-github-com-cespare-mph: Move to golang-xyz. |
Date: |
Thu, 9 Jan 2025 19:37:11 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 1edfbf290f5aedfe681f5c0b54d614ee34ef24b1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jan 9 20:26:37 2025 +0000
gnu: go-github-com-cespare-mph: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-cespare-mph): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Iaf690f78cb14c063b883c7b3a58a3150f9c3548c
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 23 -----------------------
2 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e7e48ba725..1dd0a90938 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2261,6 +2261,30 @@ tools using Go.")
variables into structs.")
(license license:expat)))
+(define-public go-github-com-cespare-mph
+ (package
+ (name "go-github-com-cespare-mph")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cespare/mph")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0mvd6bkvf3i3555kqkkr3k9jd4c25scjq4xad35sxpny8f72nbg1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/cespare/mph"))
+ (home-page "https://github.com/cespare/mph")
+ (synopsis "Minimal perfect hashing in Go")
+ (description
+ "@code{mph} is a Go package that implements a minimal perfect hash table
+over strings.")
+ (license license:expat)))
+
(define-public go-github-com-charlievieth-fastwalk
(package
(name "go-github-com-charlievieth-fastwalk")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index eaf868e38c..37fae376fc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2598,29 +2598,6 @@ various color spaces.")
encoding in Go.")
(license license:bsd-3)))
-(define-public go-github-com-cespare-mph
- (package
- (name "go-github-com-cespare-mph")
- (version "0.1.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/cespare/mph")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0mvd6bkvf3i3555kqkkr3k9jd4c25scjq4xad35sxpny8f72nbg1"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/cespare/mph"))
- (home-page "https://github.com/cespare/mph")
- (synopsis "Minimal perfect hashing in Go")
- (description
- "@code{mph} is a Go package that implements a minimal perfect hash table
-over strings.")
- (license license:expat)))
-
(define-public go-github-com-lunixbochs-vtclean
(package
(name "go-github-com-lunixbochs-vtclean")
- 10/34: gnu: go-github-com-git-lfs-go-netrc: Move to golang-xyz., (continued)
- 10/34: gnu: go-github-com-git-lfs-go-netrc: Move to golang-xyz., guix-commits, 2025/01/09
- 20/34: gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-20201227073835-cf1acfcdf475., guix-commits, 2025/01/09
- 12/34: gnu: packages/image-viewers: Remove golang module., guix-commits, 2025/01/09
- 11/34: gnu: go-github-com-disintegration-imaging: Move to golang-xyz., guix-commits, 2025/01/09
- 13/34: gnu: Add go-github-com-containerd-platforms., guix-commits, 2025/01/09
- 05/34: gnu: go-github-com-charmbracelet-x-input: Update to 0.3.0., guix-commits, 2025/01/09
- 22/34: gnu: go-github-com-gomodule-redigo: Update to 1.9.2., guix-commits, 2025/01/09
- 26/34: gnu: Add go-github-com-bradenhilton-cityhash., guix-commits, 2025/01/09
- 24/34: gnu: go-github-com-gregjones-httpcache: Update to 0.0.0-20190611155906-901d90724c79., guix-commits, 2025/01/09
- 18/34: gnu: go-github-com-stathat-go: Improve package style., guix-commits, 2025/01/09
- 07/34: gnu: go-github-com-cespare-mph: Move to golang-xyz.,
guix-commits <=
- 16/34: gnu: Add go-github-com-stoewer-go-strcase., guix-commits, 2025/01/09
- 06/34: gnu: Remove go-github-com-charmbracelet-x-ansi-0.4.5., guix-commits, 2025/01/09
- 17/34: gnu: go-github-com-stathat-go: Update to 1.0.0., guix-commits, 2025/01/09
- 23/34: gnu: go-github-com-gomodule-redigo: Move to golang-xyz., guix-commits, 2025/01/09
- 25/34: gnu: go-github-com-gregjones-httpcache: Fix indentation., guix-commits, 2025/01/09
- 30/34: gnu: aws-vault: Move to password-utils., guix-commits, 2025/01/09
- 29/34: gnu: go-github-com-valyala-bytebufferpool: Move to golang-xyz., guix-commits, 2025/01/09
- 14/34: gnu: Add go-github-com-containerd-plugin., guix-commits, 2025/01/09
- 15/34: gnu: Add go-modernc-org-lexer., guix-commits, 2025/01/09
- 21/34: gnu: go-github-com-rcrowley-go-metrics: Move to golang-web., guix-commits, 2025/01/09