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>
This commit is contained in:
Amar Singh 2019-12-26 09:01:42 +05:30 committed by Efraim Flashner
parent 869a4c0f19
commit 93c909c885
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -640,17 +640,23 @@ for editing Racket's Scribble documentation syntax in Emacs.")
(define-public emacs-shroud (define-public emacs-shroud
(package (package
(name "emacs-shroud") (name "emacs-shroud")
(version "1.83.4") (version "1.105")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/o-nly/emacs-shroud.git") (url "https://git.savannah.gnu.org/git/emacs-shroud.git")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1yvdjx0kp4y8w5yz2cbqq9n6xl5splvmsyyx8ld1xv0q1c9872nf")))) (base32 "0q2pb3w8s833fjhkzicciw2php4lsnismad1dnwgp2lcway757ra"))))
(build-system emacs-build-system) (build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("texinfo" ,texinfo)
("perl" ,perl)
("emacs-minimal" ,emacs-minimal)))
(propagated-inputs (propagated-inputs
`(("emacs-bui" ,emacs-bui) `(("emacs-bui" ,emacs-bui)
("emacs-dash" ,emacs-dash) ("emacs-dash" ,emacs-dash)
@ -658,7 +664,7 @@ for editing Racket's Scribble documentation syntax in Emacs.")
("emacs-s" ,emacs-s) ("emacs-s" ,emacs-s)
("gnupg" ,gnupg) ("gnupg" ,gnupg)
("shroud" ,shroud))) ("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") (synopsis "Emacs interface to the Shroud password manager")
(description (description
"This package provides an Emacs interface to the Shroud password manager, "This package provides an Emacs interface to the Shroud password manager,