diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-07-09 17:08:05 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-07-09 17:08:05 +0200 |
commit | 76946be021fd39b902c5d98495f4270549843d80 (patch) | |
tree | 1595cb495ebb981430ea170a1879e715c2153fd1 | |
parent | 151fb36a6354f872eae49396d67c227365651887 (diff) | |
download | guix-76946be021fd39b902c5d98495f4270549843d80.tar.gz guix-76946be021fd39b902c5d98495f4270549843d80.zip |
gnu: emacs-helm-wordnut: Update to 20200708.
* gnu/packages/emacs-xyz.scm (emacs-helm-wordnut): Update to 20200708.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9167ad1138..89fed81059 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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))) |