guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tlp: Update to 1.3.1.


From: guix-commits
Subject: branch master updated: gnu: tlp: Update to 1.3.1.
Date: Wed, 12 Feb 2020 17:03:14 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d4e780  gnu: tlp: Update to 1.3.1.
0d4e780 is described below

commit 0d4e780e778e804ee014741fde74738e66f16ce2
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed Feb 12 23:03:05 2020 +0100

    gnu: tlp: Update to 1.3.1.
    
    * gnu/packages/linux.scm (tlp): Update to 1.3.1.
---
 gnu/packages/linux.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 53029db..d8eaa45 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5185,15 +5185,16 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
 (define-public tlp
   (package
     (name "tlp")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/linrunner/TLP/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/linrunner/TLP.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "169k3xypq5rq0xiggrlpr73yr2r2x7b2d9vcr9ac96qrgph7sk7r"))))
+        (base32 "14fcnaz9pw534v4d8dddqq4wcvpf1kghr8zlrk62r5lrl46sp1p5"))))
     (native-inputs
      `(("shellcheck" ,shellcheck)))
     (inputs



reply via email to

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