gnu: emacs-pyvenv: Update to 1.20.

* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.20.
[synopsis]: Update.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Brett Gilio 2019-02-20 20:09:20 -06:00 committed by 宋文武
parent 608b922fda
commit 1275f9ef2c
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 3 additions and 3 deletions

View File

@ -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+)))