me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.2677.

* gnu/packages/vim.scm (vim): Update to 8.2.2677.
master
Tobias Geerinckx-Rice 2021-03-30 23:02:10 +02:00
parent a8b59a032d
commit e8aa983cd0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
(define-public vim (define-public vim
(package (package
(name "vim") (name "vim")
(version "8.2.2632") (version "8.2.2677")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -80,7 +80,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0f80im1swja58n99696zslyzapsx8pyf545pmpzvy173ymnvm6nq")))) "13y58h0nnd5jpqk8nhpcdhg6m2drfnrfbiv4cjh9qmkjw47i0qir"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"