[PATCH] gnu: Add emacs-ukrainian-holidays.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Christopher Baines
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20221121052340.21590-1-jgart@dismail.de
* gnu/packages/emacs-xyz.scm (emacs-ukrainian-holidays): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

Toggle diff (38 lines)
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
C
C
Christopher Baines wrote on 21 Nov 2022 15:49
(name . jgart)(address . jgart@dismail.de)
87fsectl8z.fsf@cbaines.net
jgart via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN7kCxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xc+2g//Uj5M+/E699bNThgrBMPNJFekU5LMWrEU
KjXB6GyqpPuqoe7JTOUCVDB26rJ/pJsNvBYQB6/InNtiN+UVdSgT/i+LtBRw49O1
P1Mpp6Ef+7Awxur+IkbgEVFm8zJQ3FcHZM560OYgC/rmXgf1BxQ+rqw8FmnlEofA
CWzfW6DSsJP63dTM1zXs499FkgeFoB+LbYaADZeuB6AN62ejN4FD8N3dHmq0wxqy
iURhLdv6fTA6i1CRyXSDIlt+UwpCNXTDlKXVm/NCAS75nHvApbqlCxZ2F5NEvJK2
gKsl6ZBPw4tkrq2zRC6SQ5RucT9//E/QlW309jNQ9AWSOpZAujzfNMyEwvLxfCJV
ZsJN5Dv8Ii+8MvqImEDAvynYdTmf6wQvQkm4uPr2p9ScVpxEqj9XK5wcFXKpxRg5
3zEnJnzUh1KKJBbWE9MNLAiuKlzA16dl1DescT/fJYLy4al+UDk+iea6LtOqmJs+
O9NA8zSTcP0uiGeQaKMm65zqAvfnJ2YGSn6texCphDN0dzgJAMrOEMC5JMYbZOPk
xiN6VNTObtX/rwIK7LfAtc3idOCiCIDhqk/dLJMDxz35W1i5t4F9GIW795O1oYL2
hBuNYP6i3ODHRYyw5wxes8G0YfaMOqM+t5IqAUlqKxoD+d1t9Db43H8D5kFHzslq
9It+8Pb0nzw=
=4dXw
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 59429@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59429
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch