From 99dc1a2645725d8f4759adf140034735e421504e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 1 Dec 2025 14:14:54 +0100 Subject: [PATCH] gnu: Add go-github-com-rvflash-elapsed. * gnu/packages/golang-xyz.scm (go-github-com-rvflash-elapsed): New variable. Change-Id: Ic45586fa338317410819f1d67042935b72cd95e0 Signed-off-by: Sharlatan Hellseher --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 55b7ae6d9c48fa9e16813260c63d653f3c1e0843..abdc10a2ec0de1604b65b3e5d9b3e0132d75133a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -20035,6 +20035,30 @@ logging.") #:go go-1.23 #:import-path "github.com/russross/blackfriday/v2")))) +(define-public go-github-com-rvflash-elapsed + (package + (name "go-github-com-rvflash-elapsed") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rvflash/elapsed") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1jawknvv51k1awlzpyr2qc1s75s1fg3l40c0zhixp1sc98hl434c")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/rvflash/elapsed")) + (home-page "https://github.com/rvflash/elapsed") + (synopsis "Calculates the elapsed time for a given date") + (description + "This package can be used to return the elapsed time since a +given time in a human-readable format.") + (license license:expat))) + (define-public go-github-com-rwcarlsen-goexif ;; No release or version tag, Golang pseudo version: ;; 0.0.0-20190401172101-9e8deecbddbd.