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