GNU bug report logs - #55791
[PATCH] gnu: emacs-simple-mpc: Update to latest git commit.* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to latest git commit.

Previous Next

Package: guix-patches;

Reported by: Joseph Turner <joseph <at> breatheoutbreathe.in>

Date: Sat, 4 Jun 2022 07:31:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Joseph Turner <joseph <at> breatheoutbreathe.in>
Subject: bug#55791: closed (Re: [bug#55791] [PATCH] gnu: emacs-simple-mpc:
 Update to latest git commit.)
Date: Sat, 02 Sep 2023 00:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55791 <at> debbugs.gnu.org.

-- 
55791: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55791
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: Joseph Turner <joseph <at> breatheoutbreathe.in>, 55791-done <at> debbugs.gnu.org
Subject: Re: [bug#55791] [PATCH] gnu: emacs-simple-mpc: Update to latest git
 commit.
Date: Fri, 01 Sep 2023 17:18:22 -0700
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Joseph Turner <joseph <at> breatheoutbreathe.in>
To: guix-patches <at> gnu.org
Subject: [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
* 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 <at> gmail.com>
 ;;; Copyright © 2022 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
+;;; Copyright © 2022 Joseph Turner <joseph <at> 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





This bug report was last modified 1 year and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.