3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-helm-wordnut: Update to 20200708.

* gnu/packages/emacs-xyz.scm (emacs-helm-wordnut): Update to 20200708.
This commit is contained in:
Pierre Neidhardt 2020-07-09 17:08:05 +02:00
parent 151fb36a63
commit 76946be021
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -22838,10 +22838,10 @@ used for the creation of a new buffer of mode X.")
(license license:gpl3+)))
(define-public emacs-helm-wordnut
(let ((commit "6c64bd1220258d45f1b872cb1edb3071d16b2bc5"))
(let ((commit "9681a9535a839cd5d042c302945ae595852fe7bf"))
(package
(name "emacs-helm-wordnut")
(version "0.1")
(version (git-version "0.1" "1" commit))
(home-page "https://github.com/emacs-helm/helm-wordnut")
(source
(origin
@ -22852,7 +22852,7 @@ used for the creation of a new buffer of mode X.")
(file-name (git-file-name name version))
(sha256
(base32
"1a5gfzvc272lxnpzz14dsya387hgy7rrxxmkhmpxyng4rdg6gc4f"))))
"0msj7nbsb363pxamxi7n2z08cp5jizkpjbwia8f5a161wjglrihs"))))
(build-system emacs-build-system)
(inputs
`(("wordnet" ,wordnet)))