[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/31: gnu: Add go-github-com-openprinting-goipp.
From: |
guix-commits |
Subject: |
03/31: gnu: Add go-github-com-openprinting-goipp. |
Date: |
Fri, 12 Apr 2024 12:02:42 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 06a67644dcd415603199c83f31bedfbaad5858ad
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Fri Apr 5 21:35:44 2024 +0200
gnu: Add go-github-com-openprinting-goipp.
* gnu/packages/golang-xyz.scm (go-github-com-openprinting-goipp): Add
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 68195014eb..5263d08d73 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2559,6 +2560,30 @@ syslog, file and memory. Multiple backends can be
utilized with different log
levels per backend and logger.")
(license license:bsd-3)))
+(define-public go-github-com-openprinting-goipp
+ (package
+ (name "go-github-com-openprinting-goipp")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/OpenPrinting/goipp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1p05dk37l393byvjanvi3ipqcax320vf3qynlzazm7czzzlw448h"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/OpenPrinting/goipp"))
+ (home-page "https://github.com/OpenPrinting/goipp")
+ (synopsis "IPP core protocol implementation")
+ (description
+ "The goipp package implements the IPP core protocol, as defined by
+@@url{https://rfc-editor.org/rfc/rfc8010.html,RFC 8010}.")
+ (license license:bsd-2)))
+
(define-public go-github-com-orisano-pixelmatch
(package
(name "go-github-com-orisano-pixelmatch")
- branch master updated (cd557e2d1c -> d3fe763fe3), guix-commits, 2024/04/12
- 01/31: gnu: go-github-com-gobwas-glob: Move to golang-xyz., guix-commits, 2024/04/12
- 03/31: gnu: Add go-github-com-openprinting-goipp.,
guix-commits <=
- 16/31: gnu: go-github-com-pbnjay-memory: Move to golang-xyz., guix-commits, 2024/04/12
- 04/31: gnu: Add ipp-usb., guix-commits, 2024/04/12
- 09/31: gnu: go-github-com-multiformats-go-multihash: Fix indentation., guix-commits, 2024/04/12
- 06/31: gnu: Add go-github-com-gxed-hashland., guix-commits, 2024/04/12
- 13/31: gnu: Add go-github-com-ipfs-go-cid., guix-commits, 2024/04/12
- 11/31: gnu: Add specification-multicodec., guix-commits, 2024/04/12
- 02/31: gnu: go-github-com-fatih-color: Move to golang-xyz., guix-commits, 2024/04/12
- 14/31: gnu: restic-rest-server: Refresh package style., guix-commits, 2024/04/12
- 15/31: gnu: Add go-github-com-hashicorp-golang-lru., guix-commits, 2024/04/12
- 20/31: gnu: go-go-uber-org-atomic: Move to golang-xyz., guix-commits, 2024/04/12