gnu: quilt: Update to 0.67.
* gnu/packages/patchutils.scm (quilt): Update to 0.67.
This commit is contained in:
		
							parent
							
								
									3988a81c10
								
							
						
					
					
						commit
						18f7954b4b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -111,14 +111,14 @@ listing the files modified by a patch.")
 | 
				
			||||||
(define-public quilt
 | 
					(define-public quilt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "quilt")
 | 
					    (name "quilt")
 | 
				
			||||||
    (version "0.66")
 | 
					    (version "0.67")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://savannah/quilt/"
 | 
					       (uri (string-append "mirror://savannah/quilt/"
 | 
				
			||||||
                           "quilt-" version ".tar.gz"))
 | 
					                           "quilt-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri"))
 | 
					        (base32 "1hiw05aqysbnnl15zg2n5cr11k0z7rz85fvq8qv6qap7hw4vxqrv"))
 | 
				
			||||||
       (patches (search-patches "quilt-grep-compat.patch"))))
 | 
					       (patches (search-patches "quilt-grep-compat.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue