diff options
author | Amar Singh <nly@disroot.org> | 2019-12-26 09:01:42 +0530 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-28 21:37:00 +0200 |
commit | 93c909c885f6bb935da9ecdea935441ff8a3e1e9 (patch) | |
tree | f001d1dede4563769d85c3ecfd547d207f3a2cbe | |
parent | 869a4c0f19eb2bbf2503c62ff288e6f21da48f12 (diff) |
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 <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7711652b26..06c8dc2016 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, |