[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: dvtm: Update to 0.15.
From: |
Leo Famulari |
Subject: |
02/02: gnu: dvtm: Update to 0.15. |
Date: |
Sun, 21 Feb 2016 07:09:19 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 7bac09f45a770211fb983c1141c1e54f48c86b48
Author: Leo Famulari <address@hidden>
Date: Sun Feb 21 02:04:59 2016 -0500
gnu: dvtm: Update to 0.15.
* gnu/packages/dvtm.scm (dvtm): Update to 0.15.
---
gnu/packages/dvtm.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dvtm.scm b/gnu/packages/dvtm.scm
index 17c7205..af16aa8 100644
--- a/gnu/packages/dvtm.scm
+++ b/gnu/packages/dvtm.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Leo Famulari <address@hidden>
+;;; Copyright © 2015, 2016 Leo Famulari <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,13 +26,14 @@
(define-public dvtm
(package
(name "dvtm")
- (version "0.14")
+ (version "0.15")
(source (origin
(method url-fetch)
(uri (string-append "http://www.brain-dump.org/projects/dvtm/dvtm-"
version ".tar.gz"))
(sha256
- (base32 "0ykl8dz7ivjgdzhmhlgidnp2ffh5gxq9lbg276w7iid4z10v76wa"))))
+ (base32
+ "0475w514b7i3gxk6khy8pfj2gx9l7lv2pwacmq92zn1abv01a84g"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"