summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-28 12:21:34 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-28 12:46:43 +0200
commitf2dc025edab09b2f1c6cdce521635d0f518134ee (patch)
tree3851639aa17e892a0c68b070241a3eae9e76082e /gnu
parent23f8c10198920e48ce49d2f70bb5edd5d10e83a8 (diff)
downloadguix-patches-f2dc025edab09b2f1c6cdce521635d0f518134ee.tar
guix-patches-f2dc025edab09b2f1c6cdce521635d0f518134ee.tar.gz
gnu: emacs-yasnippet-snippets: Update to 0.23
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5bdd23a9b1..3cfdddd797 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10007,7 +10007,7 @@ type an abbreviation and automatically expand it into function templates.")
(define-public emacs-yasnippet-snippets
(package
(name "emacs-yasnippet-snippets")
- (version "0.20")
+ (version "0.23")
(source
(origin
(method git-fetch)
@@ -10016,7 +10016,7 @@ type an abbreviation and automatically expand it into function templates.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "095w7cdmfwmmr6426mbq15n0a5izgbmv9408m9yh1pqz5x3v3vsx"))))
+ (base32 "18pcnjnqvcky6i49p38vy3ms5xiisn27vy47pc3vsgr3r2n87mqb"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))