[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/38: gnu: Add go-github-com-soniakeys-quant.
From: |
guix-commits |
Subject: |
03/38: gnu: Add go-github-com-soniakeys-quant. |
Date: |
Sun, 28 Jul 2024 17:56:47 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit bddbb6631702c6e5516ee6f1f7f31f1c61c2bc03
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 28 00:07:38 2024 +0100
gnu: Add go-github-com-soniakeys-quant.
* gnu/packages/golang-xyz.scm (go-github-com-soniakeys-quant): New variable.
Change-Id: I857c2c70f792bc5e69888eb64878299e0db94189
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 98da7f953f..4c8f4e87f9 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4749,6 +4749,29 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
"@{gitconfig} is a package to get configuration values from gitconfig.")
(license license:expat)))
+(define-public go-github-com-soniakeys-quant
+ (package
+ (name "go-github-com-soniakeys-quant")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/soniakeys/quant")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0y50h4d9l4v1dxhf99ys6fha5c7viflwdnlfxn7glf2jr49x5z78"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/soniakeys/quant"))
+ (home-page "https://github.com/soniakeys/quant")
+ (synopsis "Interface for image color quantizers")
+ (description
+ "Quant provides an interface for image color quantizers.")
+ (license license:expat)))
+
(define-public go-github-com-spf13-cobra
(package
(name "go-github-com-spf13-cobra")
- branch go-team updated (190c0abec8 -> 389bf59aed), guix-commits, 2024/07/28
- 06/38: gnu: Add go-git-sr-ht-rockorager-vaxis., guix-commits, 2024/07/28
- 03/38: gnu: Add go-github-com-soniakeys-quant.,
guix-commits <=
- 04/38: gnu: Add go-github-com-mattn-go-sixel., guix-commits, 2024/07/28
- 01/38: gnu: Add go-git-sr-ht-rockorager-go-jmap., guix-commits, 2024/07/28
- 08/38: gnu: go-github-com-emersion-go-maildir: Updae to 0.5.0., guix-commits, 2024/07/28
- 10/38: gnu: aerc: Adjust inputs., guix-commits, 2024/07/28
- 07/38: gnu: go-github-com-emersion-go-smtp: Update to 0.21.3., guix-commits, 2024/07/28
- 13/38: gnu: go-github-com-protonmail-go-crypto: Enable tests., guix-commits, 2024/07/28
- 14/38: gnu: Add go-github-com-boltdb-bolt., guix-commits, 2024/07/28
- 15/38: gnu: Add go-github-com-emersion-go-bcrypt., guix-commits, 2024/07/28
- 16/38: gnu: Add go-github-com-emersion-go-vcard., guix-commits, 2024/07/28
- 17/38: gnu: Add go-github-com-teambition-rrule-go., guix-commits, 2024/07/28