gnu: gptfdisk: Update to 1.0.6.
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.6.
This commit is contained in:
		
							parent
							
								
									c0c747cc81
								
							
						
					
					
						commit
						381bc72408
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -304,14 +304,14 @@ tables, and it understands a variety of different formats.")
 | 
			
		|||
(define-public gptfdisk
 | 
			
		||||
  (package
 | 
			
		||||
    (name "gptfdisk")
 | 
			
		||||
    (version "1.0.5")
 | 
			
		||||
    (version "1.0.6")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
      (method url-fetch)
 | 
			
		||||
      (uri (string-append "mirror://sourceforge/gptfdisk/gptfdisk/"
 | 
			
		||||
                          version "/gptfdisk-" version ".tar.gz"))
 | 
			
		||||
      (sha256
 | 
			
		||||
       (base32 "0bybgp30pqxb6x5krxazkq4drca0gz4inxj89fpyr204rn3kjz8f"))))
 | 
			
		||||
       (base32 "1a4c2ss6n2s6x8v11h79jykh96y46apd6i838ka0ngx58gb53ifx"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("gettext" ,gettext-minimal)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue