gnu: dmidecode: Update to 3.2.
* gnu/packages/admin.scm (dmidecode): Update to 3.2.
This commit is contained in:
		
							parent
							
								
									b9e1fddfd8
								
							
						
					
					
						commit
						31fdfc0cdd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1236,7 +1236,7 @@ network, which causes enabled computers to power on.")
 | 
			
		|||
(define-public dmidecode
 | 
			
		||||
  (package
 | 
			
		||||
    (name "dmidecode")
 | 
			
		||||
    (version "3.1")
 | 
			
		||||
    (version "3.2")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -1244,7 +1244,7 @@ network, which causes enabled computers to power on.")
 | 
			
		|||
                    version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1h0sg0lxa15nzf8s7884p6q7p6md9idm0c79wyqmk32l4ndwwrnp"))))
 | 
			
		||||
                "1pcfhcgs2ifdjwp7amnsr3lq95pgxpr150bjhdinvl505px0cw07"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases (modify-phases %standard-phases (delete 'configure))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue