From 3a04d5d4e48a092ef1cea8aa7f73e1903ef5f10c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 8 Jan 2016 16:29:04 -0500 Subject: gnu: lm-sensors: Update source and home-page URLs. * gnu/packages/linux.scm (lm-sensors)[source]: Update URL. [home-page]: Update URL. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3d14154cee..b14bf9d120 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1809,7 +1809,7 @@ country-specific regulations for the wireless spectrum.") (source (origin (method url-fetch) (uri (string-append - "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-" + "ftp://ftp.netroedge.com/pub/lm-sensors/lm_sensors-" version ".tar.bz2")) (sha256 (base32 @@ -1867,7 +1867,7 @@ country-specific regulations for the wireless spectrum.") (string-append (assoc-ref inputs "coreutils") "/bin/readlink -f")))) %standard-phases)))) - (home-page "http://www.lm-sensors.org/") + (home-page "http://jdelvare.nerim.net/devel.html#lmsensors") (synopsis "Utilities to read temperature/voltage/fan sensors") (description "Lm-sensors is a hardware health monitoring package for Linux. It allows -- cgit v1.2.3 From f32274a71eba5cbaba241d64f89386f91c857a37 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 8 Jan 2016 16:29:57 -0500 Subject: gnu: i2c-tools: Update source and home-page URLs. * gnu/packages/linux.scm (i2c-tools)[source]: Update URL. [home-page]: Update URL. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b14bf9d120..a79260124c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1882,7 +1882,7 @@ It works with most newer systems.") (source (origin (method url-fetch) (uri (string-append - "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-" + "http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-" version ".tar.bz2")) (sha256 (base32 @@ -1896,7 +1896,7 @@ It works with most newer systems.") #:phases (alist-delete 'configure %standard-phases))) (inputs `(("perl" ,perl))) - (home-page "http://www.lm-sensors.org/wiki/I2CTools") + (home-page "http://jdelvare.nerim.net/devel.html#i2ctools") (synopsis "I2C tools for Linux") (description "The i2c-tools package contains a heterogeneous set of I2C tools for -- cgit v1.2.3 From 6b0d24b17cee1e4d0697c6ebf57be0a5cfb1075e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 11 Jan 2016 19:08:15 -0500 Subject: gnu: linux-libre: Update to 4.4. * gnu/packages/linux.scm (linux-libre): Update to 4.4. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update from . --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a79260124c..779b9c85b8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -211,7 +211,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." #f))) (define-public linux-libre - (let* ((version "4.3.3") + (let* ((version "4.4") (build-phase '(lambda* (#:key system inputs #:allow-other-keys #:rest args) ;; Apply the neat patch. @@ -285,7 +285,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." (uri (linux-libre-urls version)) (sha256 (base32 - "1z43kzs1pzwq5mkyh7zk8nq38sxlswp65824v54dzwngyc252a18")))) + "1839xsaifs7vvyblzin8jps0gqi10xmz1l9p4x0j27vmdj39jgpm")))) (build-system gnu-build-system) (supported-systems '("x86_64-linux" "i686-linux")) (native-inputs `(("perl" ,perl) -- cgit v1.2.3