gnu: zchunk: Update to 1.3.1.
* gnu/packages/compression.scm (zchunk): Update to 1.3.1.
This commit is contained in:
		
							parent
							
								
									2a1c1a108d
								
							
						
					
					
						commit
						a22a6c4ce5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2361,7 +2361,7 @@ reading from and writing to ZIP archives.")
 | 
				
			||||||
(define-public zchunk
 | 
					(define-public zchunk
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "zchunk")
 | 
					    (name "zchunk")
 | 
				
			||||||
    (version "1.2.2")
 | 
					    (version "1.3.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -2370,7 +2370,7 @@ reading from and writing to ZIP archives.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0q0avb0397xkmidl8rxasfywp0r7w3awk6271pa2d9xl9p1n82zy"))))
 | 
					                "19rw870150w1c730wzg2pn68ixmscq8cwa3vricqhwxs5l63r5wr"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases (modify-phases %standard-phases
 | 
					     `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue