[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,
- 218/285: gnu: r-biocsingular: Update to 1.2.1., (continued)
- 218/285: gnu: r-biocsingular: Update to 1.2.1., guix-commits, 2019/12/29
- 219/285: gnu: r-enrichplot: Update to 1.6.1., guix-commits, 2019/12/29
- 220/285: gnu: r-clusterprofiler: Update to 3.14.2., guix-commits, 2019/12/29
- 210/285: gnu: r-topgo: Update to 2.38.1., guix-commits, 2019/12/29
- 217/285: gnu: r-affycoretools: Update to 1.58.3., guix-commits, 2019/12/29
- 222/285: gnu: r-multiassayexperiment: Update to 1.12.1., guix-commits, 2019/12/29
- 221/285: gnu: r-rgadem: Update to 2.34.1., guix-commits, 2019/12/29
- 249/285: gnu: Add python-pyacoustid., guix-commits, 2019/12/29
- 252/285: gnu: python-waf: Update to 2.0.19., guix-commits, 2019/12/29
- 257/285: gnu: portaudio: Add C++ bindings., guix-commits, 2019/12/29
- 256/285: gnu: emacs-shroud: Update to 1.105.,
guix-commits <=
- 254/285: gnu: Add ardupilot., guix-commits, 2019/12/29
- 259/285: gnu: Add copyq., guix-commits, 2019/12/29
- 263/285: gnu: ruby-ansi: Don't use unstable tarball., guix-commits, 2019/12/29
- 248/285: gnu: Add python-audioread., guix-commits, 2019/12/29
- 251/285: gnu: Add gnome-themes-extra, guix-commits, 2019/12/29
- 267/285: gnu: emacs-auth-source-pass: Use upstream URL., guix-commits, 2019/12/29
- 278/285: profiles: Add 'map-manifest-entries'., guix-commits, 2019/12/29
- 276/285: gnu: scummvm: Fix build., guix-commits, 2019/12/29
- 281/285: inferior: Add 'inferior-package-provenance'., guix-commits, 2019/12/29
- 284/285: gnu: gnome-themes-extra: Remove cache file., guix-commits, 2019/12/29