guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]