unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38746] [PATCH] gnu: emacs-shroud: Update to 1.105.
@ 2019-12-26  3:40 Amar M. Singh
  2019-12-26  3:51 ` Brett Gilio
  0 siblings, 1 reply; 7+ messages in thread
From: Amar M. Singh @ 2019-12-26  3:40 UTC (permalink / raw)
  To: 38746

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]


New in this release:
1. Now uses Gnu build system, aka Autotools.
2. Comes with Texinfo documentation.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-shroud-Update-to-1.105.patch --]
[-- Type: text/x-patch, Size: 2025 bytes --]

From 444fa144213999c7c37d2761b99a7ea3d7ebc5f1 Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
Date: Thu, 26 Dec 2019 09:01:42 +0530
Subject: [PATCH] gnu: emacs-shroud: Update to 1.105.

Now uses Gnu build system.

* gnu/packages/emacs-xyz.scm (emacs-shroud): Update to 1.105.
---
 gnu/packages/emacs-xyz.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f39e5da63e..71e8a1219c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -640,17 +640,23 @@ for editing Racket's Scribble documentation syntax in Emacs.")
 (define-public emacs-shroud
   (package
     (name "emacs-shroud")
-    (version "1.83.4")
+    (version "1.105")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/o-nly/emacs-shroud.git")
+             (url "https://git.savannah.gnu.org/git/emacs-shroud.git")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yvdjx0kp4y8w5yz2cbqq9n6xl5splvmsyyx8ld1xv0q1c9872nf"))))
-    (build-system emacs-build-system)
+        (base32 "0q2pb3w8s833fjhkzicciw2php4lsnismad1dnwgp2lcway757ra"))))
+    (build-system gnu-build-system)
+    (native-inputs
+    `(("autoconf" ,autoconf)
+      ("automake" ,automake)
+      ("texinfo" ,texinfo)
+      ("perl" ,perl)
+      ("emacs-minimal" ,emacs-minimal)))
     (propagated-inputs
      `(("emacs-bui" ,emacs-bui)
        ("emacs-dash" ,emacs-dash)
@@ -658,7 +664,7 @@ for editing Racket's Scribble documentation syntax in Emacs.")
        ("emacs-s" ,emacs-s)
        ("gnupg" ,gnupg)
        ("shroud" ,shroud)))
-    (home-page "https://github.com/o-nly/emacs-shroud")
+    (home-page "https://www.nongnu.org/emacs-shroud")
     (synopsis "Emacs interface to the Shroud password manager")
     (description
      "This package provides an Emacs interface to the Shroud password manager,
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-28 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26  3:40 [bug#38746] [PATCH] gnu: emacs-shroud: Update to 1.105 Amar M. Singh
2019-12-26  3:51 ` Brett Gilio
2019-12-26  3:58   ` Amar M. Singh
2019-12-26  6:30     ` Efraim Flashner
2019-12-26 13:49       ` Amar M. Singh
2019-12-28 19:40         ` bug#38746: " Efraim Flashner
2019-12-28 21:34           ` [bug#38746] " Amar M. Singh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).