gnu: smartmontools: Update to 7.1.
* gnu/packages/admin.scm (smartmontools): Update to 7.1.
This commit is contained in:
		
							parent
							
								
									823b77fb0d
								
							
						
					
					
						commit
						d252fbb49e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1830,7 +1830,7 @@ various ways that may be running with too much privilege.")
 | 
				
			||||||
(define-public smartmontools
 | 
					(define-public smartmontools
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "smartmontools")
 | 
					    (name "smartmontools")
 | 
				
			||||||
    (version "7.0")
 | 
					    (version "7.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -1838,7 +1838,7 @@ various ways that may be running with too much privilege.")
 | 
				
			||||||
                    version "/smartmontools-" version ".tar.gz"))
 | 
					                    version "/smartmontools-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5"))))
 | 
					                "0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("libcap-ng" ,libcap-ng)))
 | 
					    (inputs `(("libcap-ng" ,libcap-ng)))
 | 
				
			||||||
    (home-page "https://www.smartmontools.org/")
 | 
					    (home-page "https://www.smartmontools.org/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue