mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: emacs-pyvenv: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.21.
This commit is contained in:
parent
5f31c040d8
commit
6fd226df2b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue