[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/24: gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.
From: |
guix-commits |
Subject: |
06/24: gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz. |
Date: |
Wed, 14 Aug 2024 19:08:57 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e7dce44e5b4c9b79b0cb4eabd353b10101d8873c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Aug 14 18:18:37 2024 +0100
gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.
* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ifaca740ff1d46a74c7059fdeb8d56ba69195428e
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
gnu/packages/web.scm | 23 -----------------------
2 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8dad9f0757..f34d09674c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2022 (unmatched-parenthesis <paren@disroot.org>
;;; Copyright © 2022 Dhruvin Gandhi <contact@dhruvin.dev>
;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
+;;; Copyright © 2022 kiasoc5 <kiasoc5@disroot.org>
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
;;; Copyright © 2023 Fries <fries1234@protonmail.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
@@ -2950,6 +2951,29 @@ the C++ ABI defined at https://codesourcery.com/cxx-abi/
and the
ABI}.")
(license license:bsd-3)))
+(define-public go-github-com-itchyny-timefmt-go
+ (package
+ (name "go-github-com-itchyny-timefmt-go")
+ (version "0.1.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/itchyny/timefmt-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ldagirn1wh3klkk1rr96d5b5jbn24aib14x3j73x47cjfqi92wf"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/itchyny/timefmt-go"))
+ (home-page "https://github.com/itchyny/timefmt-go")
+ (synopsis "Efficient time formatting library (strftime, strptime) for
Golang")
+ (description
+ "@code{timefmt-go} is a Go language package for formatting and parsing
date
+time strings.")
+ (license license:expat)))
+
(define-public go-github-com-jbenet-go-random
(package
(name "go-github-com-jbenet-go-random")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fd33b2c8fb..3858db0bae 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5494,29 +5494,6 @@ JSON, XML, properties, CSV and TSV.")
(propagated-inputs '())
(inputs (package-propagated-inputs go-github-com-mikefarah-yq-v4))))
-(define-public go-github-com-itchyny-timefmt-go
- (package
- (name "go-github-com-itchyny-timefmt-go")
- (version "0.1.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/itchyny/timefmt-go")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ldagirn1wh3klkk1rr96d5b5jbn24aib14x3j73x47cjfqi92wf"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/itchyny/timefmt-go"))
- (home-page "https://github.com/itchyny/timefmt-go")
- (synopsis "Efficient time formatting library (strftime, strptime) for
Golang")
- (description
- "@code{timefmt-go} is a Go language package for formatting and parsing
date
-time strings.")
- (license license:expat)))
-
(define-public go-github-com-itchyny-gojq
(package
(name "go-github-com-itchyny-gojq")
- 07/24: gnu: go-github-com-itchyny-gojq: Update to 0.12.16., (continued)
- 07/24: gnu: go-github-com-itchyny-gojq: Update to 0.12.16., guix-commits, 2024/08/14
- 09/24: gnu: go-github-com-elliotchance-orderedmap: Update to 1.6.0., guix-commits, 2024/08/14
- 01/24: gnu: go-github-com-itchyny-gojq: Fix indentation., guix-commits, 2024/08/14
- 10/24: gnu: Add go-github-com-elliotchance-orderedmap-v2., guix-commits, 2024/08/14
- 11/24: gnu: go-github-com-fatih-color: Update to 1.17.0., guix-commits, 2024/08/14
- 04/24: gnu: go-github-com-creack-pty: Update to 1.1.23., guix-commits, 2024/08/14
- 18/24: gnu: go-github-com-pelletier-go-toml: Update to 1.9.5., guix-commits, 2024/08/14
- 20/24: gnu: go-github-com-pelletier-go-toml: Move to golang-xyz., guix-commits, 2024/08/14
- 05/24: gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.6., guix-commits, 2024/08/14
- 08/24: gnu: Add go-github-com-yuin-gopher-lua., guix-commits, 2024/08/14
- 06/24: gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.,
guix-commits <=
- 13/24: gnu: go-github-com-go-playground-locales: Update to 0.14.1., guix-commits, 2024/08/14
- 14/24: gnu: go-github-com-go-playground-locales: Move to golang-xyz., guix-commits, 2024/08/14
- 17/24: gnu: go-github-com-pelletier-go-toml: Remove input labels., guix-commits, 2024/08/14
- 19/24: gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2., guix-commits, 2024/08/14
- 23/24: gnu: go-github-com-stretchr-objx: Move to golang-xyz., guix-commits, 2024/08/14
- 12/24: gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5., guix-commits, 2024/08/14
- 15/24: gnu: go-github-com-goccy-go-json: Update to 0.10.3., guix-commits, 2024/08/14
- 03/24: gnu: go-github-com-kr-pretty: Move to golang-xyz., guix-commits, 2024/08/14
- 21/24: gnu: go-github-com-spf13-cobra: Update to 1.8.1., guix-commits, 2024/08/14
- 22/24: gnu: go-github-com-stretchr-objx: Update to 0.5.2., guix-commits, 2024/08/14