guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.


From: guix-commits
Subject: branch master updated: gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.
Date: Fri, 19 May 2023 07:25:07 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 38c6af2431 gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.
38c6af2431 is described below

commit 38c6af243132c20d72469b9b0dc607e65d455c64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 19 13:24:32 2023 +0200

    gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.
    
    * gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to 1.0-1.35923ca.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cad9819a5e..83c7992840 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28379,11 +28379,11 @@ a vterm buffer and back again.")
 
 (define-public emacs-simple-mpc
   ;; There have been no releases.
-  (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
+  (let ((commit "35923caf39d4bebeb0e49264a29441c22216f1ed")
         (revision "1"))
     (package
       (name "emacs-simple-mpc")
-      (version (git-version "0" revision commit))
+      (version (git-version "1.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -28393,7 +28393,7 @@ a vterm buffer and back again.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
+           "0vnqnxw2qhxlzgyms220l9qcj1rvpyrmg1isri2l6hxk23ga89p9"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-s))
       (home-page "https://github.com/jorenvo/simple-mpc";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]