gnu: criu: Update to 3.15.
* gnu/packages/virtualization.scm (criu): Update to 3.15.
This commit is contained in:
		
							parent
							
								
									c645d44f01
								
							
						
					
					
						commit
						0a46a1e918
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1286,14 +1286,14 @@ domains, their live performance and resource utilization statistics.")
 | 
				
			||||||
(define-public criu
 | 
					(define-public criu
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "criu")
 | 
					    (name "criu")
 | 
				
			||||||
    (version "3.14")
 | 
					    (version "3.15")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://download.openvz.org/criu/criu-"
 | 
					              (uri (string-append "https://download.openvz.org/criu/criu-"
 | 
				
			||||||
                                  version ".tar.bz2"))
 | 
					                                  version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1jrr3v99g18gc0hriz0avq6ccdvyya0j6wwz888sdsc4icc30gzn"))))
 | 
					                "09d0j24x0cyc7wkgi7cnxqgfjk7kbdlm79zxpj8d356sa3rw2z24"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test"
 | 
					     `(#:test-target "test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue