all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#55791: [PATCH] gnu: emacs-simple-mpc: Update to latest git commit.
  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 ` Vagrant Cascadian
  0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2023-09-02  0:18 UTC (permalink / raw)
  To: Joseph Turner, 55791-done

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

On 2022-06-03, Joseph Turner wrote:
> * gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.
...
>  (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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[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.