1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-01-11 12:38:03 +00:00
parent 8862b6878b
commit d033deb539
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 22 additions and 23 deletions

View file

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