mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hebcal: Fix indentation.
* gnu/packages/calendar.scm (hebcal): Fix indentation. Change-Id: If460d109e3906c5395be3848d48011ede767be4c
This commit is contained in:
parent
24da6bb4a7
commit
6dd9a1ae13
1 changed files with 39 additions and 41 deletions
|
@ -440,15 +440,15 @@ configured to show the current time in different timezones.")
|
||||||
(package
|
(package
|
||||||
(name "hebcal")
|
(name "hebcal")
|
||||||
(version "5.8.7")
|
(version "5.8.7")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/hebcal/hebcal")
|
(url "https://github.com/hebcal/hebcal")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1a1b9jip1ha6bzv6xg9fx47q167yzgbxjvrp5zngv175nzl9427j"))))
|
||||||
"1a1b9jip1ha6bzv6xg9fx47q167yzgbxjvrp5zngv175nzl9427j"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -467,16 +467,14 @@ configured to show the current time in different timezones.")
|
||||||
(inputs
|
(inputs
|
||||||
(list go-github-com-hebcal-hebcal-go
|
(list go-github-com-hebcal-hebcal-go
|
||||||
go-github-com-pborman-getopt-v2))
|
go-github-com-pborman-getopt-v2))
|
||||||
|
(home-page "https://github.com/hebcal/hebcal")
|
||||||
(synopsis "Perpetual Jewish Calendar program")
|
(synopsis "Perpetual Jewish Calendar program")
|
||||||
(description
|
(description
|
||||||
"Hebcal is a program for converting between Hebrew and Gregorian
|
"Hebcal is a program for converting between Hebrew and Gregorian dates,
|
||||||
dates, and generating lists of Jewish holidays for a given year.
|
and generating lists of Jewish holidays for a given year. Shabbat, holiday
|
||||||
Shabbat, holiday candle lighting, and havdalah times are approximated
|
candle lighting, and havdalah times are approximated using your location.
|
||||||
using your location.
|
|
||||||
|
|
||||||
It can also show daily prayer times, the weekly Torah reading, and
|
It can also show daily prayer times, the weekly Torah reading, and the daily
|
||||||
the daily leaf of Talmud. The program can help with counting of the
|
leaf of Talmud. The program can help with counting of the Omer or with
|
||||||
Omer or with calculation of Hebrew yahrzeits, birthdays, or
|
calculation of Hebrew yahrzeits, birthdays, or anniversaries.")
|
||||||
anniversaries.")
|
|
||||||
(home-page "https://github.com/hebcal/hebcal")
|
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue