gnu: emacs-pyvenv: Update to 1.21.

* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.21.
This commit is contained in:
Brett Gilio 2020-01-03 17:54:21 -06:00
parent 5f31c040d8
commit 6fd226df2b
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -6542,7 +6542,7 @@ (define-public emacs-find-file-in-project
(define-public emacs-pyvenv
(package
(name "emacs-pyvenv")
(version "1.20")
(version "1.21")
(source (origin
(method git-fetch)
(uri (git-reference
@ -6551,7 +6551,7 @@ (define-public emacs-pyvenv
(file-name (git-file-name name version))
(sha256
(base32
"1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
"055sgk8zf4wb5nqsf3qasf5gg861zlb1831733f1qcrd2ij5gzxx"))))
(build-system emacs-build-system)
(arguments
`(#:phases