* [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.
@ 2022-06-04 6:10 Joseph Turner via Guix-patches via
2023-09-02 0:18 ` bug#55791: [PATCH] gnu: emacs-simple-mpc: " Vagrant Cascadian
0 siblings, 1 reply; 2+ messages in thread
From: Joseph Turner via Guix-patches via @ 2022-06-04 6:10 UTC (permalink / raw)
To: 55791
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-02 0:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-04 6:10 [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 Joseph Turner via Guix-patches via
2023-09-02 0:18 ` bug#55791: [PATCH] gnu: emacs-simple-mpc: " Vagrant Cascadian
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.