Skip to content
Snippets Groups Projects
Commit 7bac09f4 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: dvtm: Update to 0.15.

* gnu/packages/dvtm.scm (dvtm): Update to 0.15.
parent b860bbd9
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Leo Famulari <leo@famulari.name> ;;; Copyright © 2015, 2016 Leo Famulari <leo@famulari.name>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -26,13 +26,14 @@ (define-module (gnu packages dvtm) ...@@ -26,13 +26,14 @@ (define-module (gnu packages dvtm)
(define-public dvtm (define-public dvtm
(package (package
(name "dvtm") (name "dvtm")
(version "0.14") (version "0.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.brain-dump.org/projects/dvtm/dvtm-" (uri (string-append "http://www.brain-dump.org/projects/dvtm/dvtm-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0ykl8dz7ivjgdzhmhlgidnp2ffh5gxq9lbg276w7iid4z10v76wa")))) (base32
"0475w514b7i3gxk6khy8pfj2gx9l7lv2pwacmq92zn1abv01a84g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (list "CC=gcc" `(#:make-flags (list "CC=gcc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment