guix-patches
[Top][All Lists]
Advanced

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

[bug#34601] [PATCH 4/5] gnu: emacs-pyvenv: Update to 1.20.


From: Brett Gilio
Subject: [bug#34601] [PATCH 4/5] gnu: emacs-pyvenv: Update to 1.20.
Date: Wed, 20 Feb 2019 20:13:21 -0600

>From b35089357851611188634c3c840f0f62a9485e73 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Wed, 20 Feb 2019 20:09:20 -0600
Subject: [PATCH 4/5] gnu: emacs-pyvenv: Update to 1.20.

* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.20.
---
 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 d498ebaf3..7b7205887 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
-- 
2.20.1






reply via email to

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