gnu: lm-sensors: Update to 3.5.0.
* gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
This commit is contained in:
		
							parent
							
								
									c66e556288
								
							
						
					
					
						commit
						16c92e9d38
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2487,7 +2487,7 @@ country-specific regulations for the wireless spectrum.")
 | 
				
			||||||
(define-public lm-sensors
 | 
					(define-public lm-sensors
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lm-sensors")
 | 
					    (name "lm-sensors")
 | 
				
			||||||
    (version "3.4.0")
 | 
					    (version "3.5.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (list (string-append
 | 
					              (uri (list (string-append
 | 
				
			||||||
| 
						 | 
					@ -2497,7 +2497,7 @@ country-specific regulations for the wireless spectrum.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))
 | 
					                "1q6p6i8mrzxw70hfjvq4mlahnx2ahvbmyxsa78dmin2c7bbc2wgn"))
 | 
				
			||||||
              (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
 | 
					              (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("rrdtool" ,rrdtool)
 | 
					    (inputs `(("rrdtool" ,rrdtool)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue