[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: starman: Update to 0.4015.
From: |
guix-commits |
Subject: |
01/10: gnu: starman: Update to 0.4015. |
Date: |
Sun, 13 Oct 2019 18:36:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a201b0973eb5e7679b88ef7ef56783b6a5316707
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 13 14:56:45 2019 +0200
gnu: starman: Update to 0.4015.
* gnu/packages/web.scm (starman): Update to 0.4015.
---
gnu/packages/web.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 728fb60..f84214b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -464,15 +464,14 @@ servers that may need it).")
(define-public starman
(package
(name "starman")
- (version "0.4014")
+ (version "0.4015")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
"Starman-" version ".tar.gz"))
(sha256
- (base32
- "1sbb5rb3vs82rlh1fjkgkcmj5pj62b4y9si4ihh45sl9m8c2qxx5"))))
+ (base32 "1y1kn4929k299fbf6sw9lxcsdlq9fvq777p6yrzk591rr9xhkx8h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-libwww" ,perl-libwww)
- branch master updated (1c46352 -> 509551c), guix-commits, 2019/10/13
- 04/10: gnu: emacs-csv-mode: Update to 1.9., guix-commits, 2019/10/13
- 03/10: gnu: emacs-load-relative: Update to 1.3.1., guix-commits, 2019/10/13
- 07/10: gnu: emacs-darkroom: Update to 0.2., guix-commits, 2019/10/13
- 02/10: gnu: emacs-debbugs: Update to 0.20., guix-commits, 2019/10/13
- 10/10: gnu: xwininfo: Update to 1.1.5., guix-commits, 2019/10/13
- 08/10: gnu: emacs-nhexl-mode: Update to 1.3., guix-commits, 2019/10/13
- 06/10: gnu: emacs-let-alist: Update to 1.0.6., guix-commits, 2019/10/13
- 01/10: gnu: starman: Update to 0.4015.,
guix-commits <=
- 05/10: gnu: emacs-csv-mode: Use HTTPS., guix-commits, 2019/10/13
- 09/10: gnu: emacs-nhexl-mode: Use HTTPS home page., guix-commits, 2019/10/13