guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: tvtime: Update to 1.0.11.


From: Alex Kost
Subject: 03/08: gnu: tvtime: Update to 1.0.11.
Date: Sat, 28 Jan 2017 09:42:09 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 1c6713465fbc3f1c0367e09ca7cb2921966cdf95
Author: Alex Kost <address@hidden>
Date:   Fri Jan 27 21:17:06 2017 +0300

    gnu: tvtime: Update to 1.0.11.
    
    * gnu/packages/tv.scm (tvtime): Update to 1.0.11.
---
 gnu/packages/tv.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tv.scm b/gnu/packages/tv.scm
index 2db71b8..cb82e5b 100644
--- a/gnu/packages/tv.scm
+++ b/gnu/packages/tv.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Alex Kost <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,15 +32,15 @@
 (define-public tvtime
   (package
     (name "tvtime")
-    (version "1.0.10")
+    (version "1.0.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://linuxtv.org/downloads/tvtime/tvtime-";
+                    "https://linuxtv.org/downloads/tvtime/tvtime-";
                     version ".tar.gz"))
               (sha256
                (base32
-                "1mk6dni82n8jv5wsrrpqzcwrg9ccx9vijb5sbm7gqm2y0h40q5y9"))))
+                "1367rl3n6qxwf30lqyz234zpb43s9xjhig3hrvbg7cbqcl8g4fs0"))))
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]