guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

256/285: gnu: emacs-shroud: Update to 1.105.


From: guix-commits
Subject: 256/285: gnu: emacs-shroud: Update to 1.105.
Date: Sun, 29 Dec 2019 20:44:43 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit cddcd3aa2b84ca303896803d7c6e1f777e4afdc0
Author: Amar Singh <address@hidden>
Date:   Thu Dec 26 09:01:42 2019 +0530

    gnu: emacs-shroud: Update to 1.105.
    
    * gnu/packages/emacs-xyz.scm (emacs-shroud): Update to 1.105.
    [source]: Update to new source uri.
    [build-system]: Switch to gnu-build-system.
    [native-inputs]: Add autoconf, autotools, texinfo, perl, emacs-minimal.
    [home-page]: Update to new uri.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 7711652..06c8dc2 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]