guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-pyvenv: Update to 1.20.


From: guix-commits
Subject: 05/05: gnu: emacs-pyvenv: Update to 1.20.
Date: Sat, 23 Feb 2019 22:09:06 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 1275f9ef2ca0d274fbfab7312882e24d8c055b85
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 20 20:09:20 2019 -0600

    gnu: emacs-pyvenv: Update to 1.20.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.20.
    [synopsis]: Update.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 d498eba..871721a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4591,7 +4591,7 @@ functions to assist in reviewing changes on files.")
 (define-public emacs-pyvenv
   (package
     (name "emacs-pyvenv")
-    (version "1.11")
+    (version "1.20")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4600,7 +4600,7 @@ functions to assist in reviewing changes on files.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1a346qdimr1dvj53q033aqnahwd2dhyn9jadrs019nm0bzgw7g63"))))
+                "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -4614,7 +4614,7 @@ functions to assist in reviewing changes on files.")
      `(("ert-runner" ,emacs-ert-runner)
        ("emacs-mocker" ,emacs-mocker)))
     (home-page "https://github.com/jorgenschaefer/pyvenv";)
-    (synopsis "Virtualenv minor mode for Emacs")
+    (synopsis "Python virtual environment interface for Emacs")
     (description "pyvenv.el is a minor mode to support using Python virtual
 environments (virtualenv) inside Emacs.")
     (license license:gpl3+)))



reply via email to

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