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
parent
608b922fda
commit
1275f9ef2c
|
@ -4591,7 +4591,7 @@ functions to assist in reviewing changes on files.")
|
||||||
(define-public emacs-pyvenv
|
(define-public emacs-pyvenv
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyvenv")
|
(name "emacs-pyvenv")
|
||||||
(version "1.11")
|
(version "1.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4600,7 +4600,7 @@ functions to assist in reviewing changes on files.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a346qdimr1dvj53q033aqnahwd2dhyn9jadrs019nm0bzgw7g63"))))
|
"1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4614,7 +4614,7 @@ functions to assist in reviewing changes on files.")
|
||||||
`(("ert-runner" ,emacs-ert-runner)
|
`(("ert-runner" ,emacs-ert-runner)
|
||||||
("emacs-mocker" ,emacs-mocker)))
|
("emacs-mocker" ,emacs-mocker)))
|
||||||
(home-page "https://github.com/jorgenschaefer/pyvenv")
|
(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
|
(description "pyvenv.el is a minor mode to support using Python virtual
|
||||||
environments (virtualenv) inside Emacs.")
|
environments (virtualenv) inside Emacs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Reference in New Issue