* [bug#59429] [PATCH] gnu: Add emacs-ukrainian-holidays.
@ 2022-11-21 5:23 jgart via Guix-patches via
2022-11-21 14:49 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-21 5:23 UTC (permalink / raw)
To: 59429; +Cc: jgart
* gnu/packages/emacs-xyz.scm (emacs-ukrainian-holidays): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 232a547fb0..da49859c0e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33930,6 +33930,31 @@ (define-public emacs-project-x
across sessions.")
(license license:gpl3+))))
+(define-public emacs-ukrainian-holidays
+ ;; There is no proper release.
+ ;; The base version is extracted from the source code.
+ (let ((revision "0")
+ (commit "e52b0c92843e9f4d0415a7ba3b8559785497d23d"))
+ (package
+ (name "emacs-ukrainian-holidays")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/abo-abo/ukrainian-holidays")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "033v4ck979lhkpwblci5clacfc1xnkq03p5d1m566wff8dp5flwz"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/abo-abo/ukrainian-holidays")
+ (synopsis "Ukrainian holidays for Emacs calendar")
+ (description
+ "This package provides Ukrainian holidays for Emacs calendar.")
+ (license license:gpl3+))))
+
(define-public emacs-vertico-posframe
(package
(name "emacs-vertico-posframe")
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#59429] [PATCH] gnu: Add emacs-ukrainian-holidays.
2022-11-21 5:23 [bug#59429] [PATCH] gnu: Add emacs-ukrainian-holidays jgart via Guix-patches via
@ 2022-11-21 14:49 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-21 14:49 UTC (permalink / raw)
To: jgart; +Cc: 59429, 59429-done
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
jgart via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ukrainian-holidays): New variable.
> ---
> gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
Thanks! Pushed to master as 2c9635cb47b0f52de635e93ebd137f1f7191c5fd.
(and moved up from near the bottom of emacs-xyz.scm).
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-21 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 5:23 [bug#59429] [PATCH] gnu: Add emacs-ukrainian-holidays jgart via Guix-patches via
2022-11-21 14:49 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.