From e7dce44e5b4c9b79b0cb4eabd353b10101d8873c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 14 Aug 2024 18:18:37 +0100 Subject: 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 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu/packages/golang-xyz.scm') 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 ;;; Copyright © 2022 Dhruvin Gandhi ;;; Copyright © 2022 Dominic Martinez +;;; Copyright © 2022 kiasoc5 ;;; Copyright © 2023 Benjamin ;;; Copyright © 2023 Fries ;;; Copyright © 2023 Hilton Chain @@ -2950,6 +2951,29 @@ (define-public go-github-com-ianlancetaylor-demangle 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") -- cgit v1.2.3