mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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:
parent
b0d2210628
commit
3042e572be
2 changed files with 24 additions and 24 deletions
|
@ -10800,6 +10800,30 @@ multibase} (self identifying base encodings) in Go.")
|
||||||
varints.")
|
varints.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-nats-io-nats-go
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-nats-io-nats-go")
|
(name "go-github-com-nats-io-nats-go")
|
||||||
|
|
|
@ -1841,30 +1841,6 @@ your Go binary to be later served from an http.FileSystem.")
|
||||||
(description "This package provides additions to Go's stdlib @code{fmt}.")
|
(description "This package provides additions to Go's stdlib @code{fmt}.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(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-hebcal-gematriya
|
(define-public go-github-com-hebcal-gematriya
|
||||||
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
|
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue