[PATCH] gnu: emacs-shroud: Update to 1.83.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Amar Singh
Owner
unassigned
Submitted by
Amar Singh
Severity
normal

Debbugs page

Amar Singh wrote 6 years ago
(address . guix-patches@gnu.org)
85r27de68s.fsf@disroot.org
Update emacs-shroud to version 1.83.4
From a05a8178e008450cc5b5b46e8657856743b79a3c Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
Date: Sat, 29 Jun 2019 03:09:31 +0530
Subject: [PATCH] gnu: emacs-shroud: Update to 1.83.4.

* gnu/packages/emacs-xyz.scm (emacs-shroud): Update to 1.83.4.
---
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 2a59ae522e..a27de2f778 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -550,7 +550,7 @@ for editing Racket's Scribble documentation syntax in Emacs.")
(define-public emacs-shroud
(package
(name "emacs-shroud")
- (version "1.15.1")
+ (version "1.83.4")
(source
(origin
(method git-fetch)
@@ -559,7 +559,7 @@ for editing Racket's Scribble documentation syntax in Emacs.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0wvm4lxqcc1p8v7rpqal3bnqgnpk1gs7v18i83f6cvi5d88jkgdg"))))
+ (base32 "1yvdjx0kp4y8w5yz2cbqq9n6xl5splvmsyyx8ld1xv0q1c9872nf"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-bui" ,emacs-bui)
--
2.22.0
Efraim Flashner wrote 6 years ago
(name . Amar Singh)(address . nly@disroot.org)(address . 36426-done@debbugs.gnu.org)
20190702074016.GC22794@macbook41
patch pushed, thanks!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0bCl8ACgkQQarn3Mo9
g1Fl1A//Xqf42RLWhABYveoLd6EJrWXUJxBXA6znIti2F3ADmfIavFpGA5HcOS9C
ghZN/NcEaaZSp+BpYrum4u7MHEDo4xptkF25i46Yqf0i1j/FHl4Yd4nD2cMuv1pu
Xcbll+k8ktvQ8jrDD063Niw9AOZq6Oh1Q5QFwtbp0IdnnYTCOXwwp46EnPg0Fri/
TnUYvPbYYVuQ2gRsyUm3mtS8IEsoG1Wz2fF4oZA9keTDTJFA5SnjL0bbw67dKeFR
0NR69yqJG38Mp+4UyrytmvBV8SwbEsZd1GU+gjGSQjqDubqRBboek8mK/7s+GMyE
aGbCg/4ssJfvLawN7t4KBABmHbPuzDwNP4nItM4lQP2n6BGQpq6uPDNtEv7FCOlK
z+3atHUlH3cf28ovoZttsQLm49c+vtjsiLCUbRVM+4Ol+SZSHkNYliC3d6NRLTzV
ojKSgnXSI6o8TV4uHhnRYyH7BUgBNdvN1rI7DugcPaoGE0wnPx5AOxKXGSr4ASbH
WCfq7aUijTwnzSNVTyZuEnXOEI18mmoTbqvl4FpGWDMDwIHXmlsv2yefpxs0PJdp
ntix7xyTZn90L5Ioyg5aLqM0pyTT8tLaxBxQFWzO9LaUWvr6LQZ8G0pDdy6y25/m
eTiZKLAmV4Vsgq0HF7aAX0Wbioy1ZCd622FSg3IbhvUFWYCMcJ0=
=ukgt
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 36426
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