mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add emacs-sv-kalender-namnsdagar.
* gnu/packages/emacs-xyz.scm (emacs-sv-kalender-namnsdagar): New variable. Change-Id: I1d1aad5479152c52278742dc2e5d865fc956b5cf Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
dfd50380da
commit
f0e21db317
1 changed files with 22 additions and 0 deletions
|
@ -37861,6 +37861,28 @@ (define-public emacs-uml-mode
|
||||||
comments or emails.")
|
comments or emails.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-sv-kalender-namnsdagar
|
||||||
|
(let ((commit "31ef6ac82e448de3db1cf0c37df54581eb9b00f6")) ;versiom bump
|
||||||
|
(package
|
||||||
|
(name "emacs-sv-kalender-namnsdagar")
|
||||||
|
(version "1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/matsl/sv-kalender-namnsdagar")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1sv5p2f0i4zhfrh8pv39p5aaa9wnbzxkb58p9qslw7qli1wax2l0"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/matsl/sv-kalender-namnsdagar")
|
||||||
|
(synopsis "Swedish name day calendar")
|
||||||
|
(description
|
||||||
|
"This package provides the current day's name from the Swedish name
|
||||||
|
day calendar. It is integrated with the Emacs calendar and diary.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ukrainian-holidays
|
(define-public emacs-ukrainian-holidays
|
||||||
;; There is no proper release.
|
;; There is no proper release.
|
||||||
;; The base version is extracted from the source code.
|
;; The base version is extracted from the source code.
|
||||||
|
|
Loading…
Reference in a new issue