all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jose G Perez Taveras <josegpt27@gmail.com>
To: 56132@debbugs.gnu.org
Subject: [bug#56132] [PATCH] gnu: emacs-setup: update to 1.3.0.
Date: Tue, 21 Jun 2022 22:44:18 -0400	[thread overview]
Message-ID: <87mte5e7st.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 80 bytes --]

Hello,

This patch updates emacs-setup to the new release 1.3.0

Best,
josegpt


[-- Attachment #2: emacs-setup-1.3.0 --]
[-- Type: text/plain, Size: 1562 bytes --]

From 8c92ae7966d14f1ad855869c04d1108d04033c79 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Tue, 21 Jun 2022 22:30:00 -0400
Subject: [PATCH] gnu: emacs-setup: update to 1.3.0.

---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b8c2729633..e1bab82bc4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -114,6 +114,7 @@
 ;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2022 Haider Mirza <haider@haider.gq>
+;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31427,14 +31428,14 @@ (define-public emacs-seq
 (define-public emacs-setup
   (package
     (name "emacs-setup")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "https://elpa.gnu.org/packages/setup-"
                             version ".tar"))
         (sha256
-          (base32 "1fyzkm42gsvsjpk3vahfb7asfldarixm0wsw3g66q3ad0r7cbjnz"))))
+          (base32 "0r13ry73jm31j8fq7v1sh0k113fr4blfkiz85696bdpah2pnca87"))))
     (build-system emacs-build-system)
     (home-page "https://git.sr.ht/~pkal/setup")
     (synopsis "Helpful configuration macro")

base-commit: e9bd919270f7075b47014664a70b9e8558404355
-- 
2.36.1


             reply	other threads:[~2022-06-22  2:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  2:44 Jose G Perez Taveras [this message]
2022-06-22  6:10 ` bug#56132: [PATCH] gnu: emacs-setup: update to 1.3.0 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mte5e7st.fsf@gmail.com \
    --to=josegpt27@gmail.com \
    --cc=56132@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.