mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-nathan-osman-go-sunrise: Update to 1.1.0.
* gnu/packages/golang.scm (go-github-com-nathan-osman-go-sunrise): Update to 1.1.0. Change-Id: I7db71627b34ba39f4f93cf42070cae7987def4e0
This commit is contained in:
parent
f97a1678f1
commit
b0d2210628
1 changed files with 3 additions and 5 deletions
|
@ -1842,17 +1842,15 @@ your Go binary to be later served from an http.FileSystem.")
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-nathan-osman-go-sunrise
|
||||
(let ((commit "c8f9f1eb869135f07378e7e3c5ec7a005f806c73")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-nathan-osman-go-sunrise")
|
||||
(version (git-version "1.1.0" revision commit))
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nathan-osman/go-sunrise")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -1865,7 +1863,7 @@ your Go binary to be later served from an http.FileSystem.")
|
|||
(description
|
||||
"This package provides a Go library for calculating sunrise and
|
||||
sunset times from geographical coordinates and a date.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-hebcal-gematriya
|
||||
(let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue