all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joseph Turner via Guix-patches via <guix-patches@gnu.org>
To: 55791@debbugs.gnu.org
Subject: [bug#55791] [PATCH] gnu: emacs-simple-mpc: Update to latest git commit.* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.
Date: Fri, 03 Jun 2022 23:10:26 -0700	[thread overview]
Message-ID: <87ilphc625.fsf@breatheoutbreathe.in> (raw)

* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.
---
This is my first Guix patch, and I'm not sure if I changed revision and
git-version are correct in the diff. Cheers!

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fd55c6931..123a5fa5f8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -110,6 +110,7 @@
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
+;;; Copyright © 2022 Joseph Turner <joseph@breatheoutbreathe.in>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24287,11 +24288,11 @@ (define-public emacs-multi-vterm
 
 (define-public emacs-simple-mpc
   ;; There have been no releases.
-  (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
-        (revision "1"))
+  (let ((commit "57ee14ada8aec477ddde5e4f632c8d3d99a66535")
+        (revision "2"))
     (package
       (name "emacs-simple-mpc")
-      (version (git-version "0" revision commit))
+      (version (git-version "1" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -24301,7 +24302,7 @@ (define-public emacs-simple-mpc
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
+           "1gij7kjidi21p8sbywlj9734s5cq1h31h6mv71drcj3cna9n06pb"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-s))
       (home-page "https://github.com/jorenvo/simple-mpc")
-- 
2.36.1






             reply	other threads:[~2022-06-04  7:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04  6:10 Joseph Turner via Guix-patches via [this message]
2023-09-02  0:18 ` bug#55791: [PATCH] gnu: emacs-simple-mpc: Update to latest git commit Vagrant Cascadian

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=87ilphc625.fsf@breatheoutbreathe.in \
    --to=guix-patches@gnu.org \
    --cc=55791@debbugs.gnu.org \
    --cc=joseph@breatheoutbreathe.in \
    /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.