summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-11 12:38:03 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:56 +0000
commitd033deb53914cb52d06e59d91f58f5c83a55aa11 (patch)
treec9aac06d6c65df810a0b761cee847bf2281c159c
parent8862b6878b5c5154ce3aecb91450c7a959f8f505 (diff)
gnu: go-github-com-mtibben-percent: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mtibben-percent): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I72694bfd424e16b32a5390a64b3e7c16a8b17ee4
-rw-r--r--gnu/packages/golang-xyz.scm22
-rw-r--r--gnu/packages/golang.scm23
2 files changed, 22 insertions, 23 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bbdca486ad..0dd99d1a55 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10654,6 +10654,28 @@ Authentication Modules, PAM} application API.")
((#:import-path _ "github.com/msteinert/pam")
"github.com/msteinert/pam/v2")))))
+(define-public go-github-com-mtibben-percent
+ (package
+ (name "go-github-com-mtibben-percent")
+ (version "0.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mtibben/percent")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1iqivw8pigj259rj5yifibbvic70f9hb7k24a4sa967s4fj6agb6"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/mtibben/percent"))
+ (home-page "https://github.com/mtibben/percent")
+ (synopsis "Package percent escapes strings using percent-encoding")
+ (description
+ "Package percent escapes strings using percent-encoding.")
+ (license license:expat)))
+
(define-public go-github-com-muesli-ansi
(package
(name "go-github-com-muesli-ansi")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8f89e92f13..57e4f6ab20 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2698,29 +2698,6 @@ sinks and sources.")
or capture raw audio.")
(license license:expat))))
-(define-public go-github-com-mtibben-percent
- (package
- (name "go-github-com-mtibben-percent")
- (version "0.2.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mtibben/percent")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1iqivw8pigj259rj5yifibbvic70f9hb7k24a4sa967s4fj6agb6"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/mtibben/percent"
- #:phases %standard-phases))
- (synopsis "Package percent escapes strings using percent-encoding")
- (description
- "Package percent escapes strings using percent-encoding.")
- (home-page "https://github.com/mtibben/percent")
- (license license:expat)))
-
(define-public go-github-com-gsterjov-go-libsecret
(package
(name "go-github-com-gsterjov-go-libsecret")