1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: go-github-com-nathan-osman-go-sunrise: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-nathan-osman-go-sunrise): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I615e1213635ffc173fdebdf3af0db792ade3c71d
This commit is contained in:
Sharlatan Hellseher 2025-01-10 14:28:18 +00:00
parent b0d2210628
commit 3042e572be
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 24 deletions

View file

@ -10800,6 +10800,30 @@ multibase} (self identifying base encodings) in Go.")
varints.")
(license license:expat)))
(define-public go-github-com-nathan-osman-go-sunrise
(package
(name "go-github-com-nathan-osman-go-sunrise")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nathan-osman/go-sunrise")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"017zwzx05r5spxcs07dp6bnh7waknzsd819k7aqd8kr819v3x9in"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/nathan-osman/go-sunrise"))
(home-page "https://github.com/nathan-osman/go-sunrise")
(synopsis "Calculate sunrise and sunset times in Go")
(description
"This package provides a Go library for calculating sunrise and
sunset times from geographical coordinates and a date.")
(license license:expat)))
(define-public go-github-com-nats-io-nats-go
(package
(name "go-github-com-nats-io-nats-go")