guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-gnuplot: Update to 0.8.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-gnuplot: Update to 0.8.0.
Date: Tue, 09 Feb 2021 02:59:18 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d410e9  gnu: emacs-gnuplot: Update to 0.8.0.
7d410e9 is described below

commit 7d410e91cf764fa4b8d37b07faac3d89fe34a87c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 9 08:58:52 2021 +0100

    gnu: emacs-gnuplot: Update to 0.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0b98542..01481fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12606,7 +12606,7 @@ and supports the use of a mouse.")
 (define-public emacs-gnuplot
   (package
     (name "emacs-gnuplot")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -12615,7 +12615,7 @@ and supports the use of a mouse.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
+        (base32 "09y177sq24gs7wwjihw59g0m4n1rv2ws9890ynxjxawv823r0fxm"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacsorphanage/gnuplot-mode";)
     (synopsis "Emacs major mode for interacting with Gnuplot")



reply via email to

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