[PATCH] gnu: emacs-simple-mpc: Update to latest git commit.* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.

  • Done
  • quality assurance status badge
Details
2 participants
  • Joseph Turner
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Joseph Turner
Severity
normal
J
J
Joseph Turner wrote on 4 Jun 2022 08:10
(address . guix-patches@gnu.org)
87ilphc625.fsf@breatheoutbreathe.in
* 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(-)

Toggle diff (38 lines)
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
V
V
Vagrant Cascadian wrote on 2 Sep 2023 02:18
Re: [bug#55791] [PATCH] gnu: emacs-simple-mpc: Update to latest git commit.
87y1hppgvl.fsf@wireframe
On 2022-06-03, Joseph Turner wrote:
Toggle quote (1 lines)
> * gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.
...
Toggle quote (11 lines)
> (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))

This was later updated to a newer commit version:

38c6af243132c20d72469b9b0dc607e65d455c64 gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.

Marking as done.

live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPJ/TgAKCRDcUY/If5cW
qutAAP9ypEHYXUBHHVGl5ni1+4oIr3pNeBPyRcyT+7eOVp4jzQD/Tf5TVMmdpRyB
ADufpwWetTKq76oQTuYO65E0mkW8Vg0=
=tdrX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 55791
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