unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72633] [PATCH] gnu: Add emacs-sv-kalender-namnsdagar.
@ 2024-08-15  3:57 Spencer King
  2024-08-19 17:58 ` bug#72633: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Spencer King @ 2024-08-15  3:57 UTC (permalink / raw)
  To: 72633
  Cc: Spencer King, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-sv-kalender-namnsdagar): New variable.

Change-Id: I1d1aad5479152c52278742dc2e5d865fc956b5cf
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index df66aea507..9834cefab9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37821,6 +37821,27 @@ (define-public emacs-uml-mode
 comments or emails.")
       (license license:gpl3+))))
 
+(define-public emacs-sv-kalender-namnsdagar
+  (package
+    (name "emacs-sv-kalender-namnsdagar")
+    (version "20240620.1416")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/matsl/sv-kalender-namnsdagar.git")
+             (commit "31ef6ac82e448de3db1cf0c37df54581eb9b00f6")))
+       (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
   ;; There is no proper release.
   ;; The base version is extracted from the source code.

base-commit: 936928fe38946a7496273e636ca8888914d100a9
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72633: [PATCH] gnu: Add emacs-sv-kalender-namnsdagar.
  2024-08-15  3:57 [bug#72633] [PATCH] gnu: Add emacs-sv-kalender-namnsdagar Spencer King
@ 2024-08-19 17:58 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-08-19 17:58 UTC (permalink / raw)
  To: 72633-done; +Cc: Spencer King

Hello,

> * gnu/packages/emacs-xyz.scm (emacs-sv-kalender-namnsdagar): New
> variable.

Thank you. Applied with the following changes.

> +(define-public emacs-sv-kalender-namnsdagar
> +  (package
> +    (name "emacs-sv-kalender-namnsdagar")
> +    (version "20240620.1416")

I set version to 1.0, as specified in main file.

> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/matsl/sv-kalender-namnsdagar.git")

I removed the "git" suffix.

> +             (commit "31ef6ac82e448de3db1cf0c37df54581eb9b00f6")))

I let-bound the commit hash at the beginning of the package definition.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-19 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  3:57 [bug#72633] [PATCH] gnu: Add emacs-sv-kalender-namnsdagar Spencer King
2024-08-19 17:58 ` bug#72633: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).