mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: emacs-prescient: Update to 6.3.2.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.3.2. Change-Id: Ied19a29b7287b4fb9e0ba453519f1b67ed2e3467
This commit is contained in:
@@ -14403,7 +14403,7 @@ include installing, removing or visiting the homepage.")
|
||||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "6.3.1")
|
||||
(version "6.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -14412,7 +14412,7 @@ include installing, removing or visiting the homepage.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qz3xv38vazxqsl7lan7fshj3gmb0qagkrvl5xzwqhdg0rir981j"))))
|
||||
(base32 "0f4wi8aq3yfykxfza4y4c5yhcs50cs3gpfj0qrmvfq9hvkhzj52w"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(propagated-inputs
|
||||
|
||||
Reference in New Issue
Block a user