[PATCH] gnu: emacs-yasnippet-snippets: Update to 0.23

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87h7tsgcsx.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8618a07a21..4085c4d7e0 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))
--
2.27.0
--
some people are so poor that the only
thing they have is money.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8f/C8ACgkQfHr/vv7y
yyUeswgAjAyAwikILnQ/5H4VjBUIXpQvbr+HPVPKYZh+YRpREBj5BbCiZULxEozM
6e8b7hCfHdhxlbc+H4xPMSgNM5NRnsH51ID7zBElZAcVgS/SAiNm/NraYwktAahu
spByC8/icLaClV6Jj72yy6PyBaKX9zVAoSqAN6Ltn/hLRGfAAYNdONcyKk+bDzBn
z0Ws1xK/00zQAEDcVyc0wnWFbUKLF5eXO9Jw6PKpBLEySQNJQNNsp37BYTZKbW2t
fwzsBIdYO2Zf1rA74C+yZulixIki6Or+m8XRbsMLsZJBOU+NytCcigpb7kP7Iabm
BdnLfMHKBGHq1VxEAmuXrJLgu/B69A==
=Uzzu
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42577-done@debbugs.gnu.org)
87pn8f9as5.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to
> 0.23.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42577@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42577
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help