diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-10 14:28:18 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:53 +0000 |
commit | 3042e572beb5e05559f7a9b93a0956ae393dcbd3 (patch) | |
tree | 8325305f7d6b819811e64c37696997b5a03e86bc /gnu/packages/golang.scm | |
parent | b0d22106287b17a113879e9f87c1c4c6a635a6ee (diff) |
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2b3f15a79b..3e586758aa 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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}.") (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 (let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9") (revision "0")) |