gnu: cuirass: Update to 238f856.
* gnu/packages/ci.scm (cuirass): Update to 238f856.
This commit is contained in:
		
							parent
							
								
									43176dd605
								
							
						
					
					
						commit
						486de7377f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -187,8 +187,8 @@ their dependencies.")
 | 
				
			||||||
      (license l:gpl3+))))
 | 
					      (license l:gpl3+))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public cuirass
 | 
					(define-public cuirass
 | 
				
			||||||
  (let ((commit "f090c0f4786c789070e2eae740914e06ab0ab989")
 | 
					  (let ((commit "238f856e48ee333ed3e19fa32ce5e1742c650c67")
 | 
				
			||||||
        (revision "15"))
 | 
					        (revision "16"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "cuirass")
 | 
					      (name "cuirass")
 | 
				
			||||||
      (version (string-append "0.0.1-" revision "." (string-take commit 7)))
 | 
					      (version (string-append "0.0.1-" revision "." (string-take commit 7)))
 | 
				
			||||||
| 
						 | 
					@ -200,7 +200,7 @@ their dependencies.")
 | 
				
			||||||
                (file-name (string-append name "-" version))
 | 
					                (file-name (string-append name "-" version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "0aj1z9svsjvjlb6gas6032ygwhv7ld4iw7g3as852x9nfd2zck98"))))
 | 
					                  "15iwdgy561gnsr224rs5z8qn7nrsh1wdlsxr8gwxyk0v4zp6yvbf"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       '(#:modules ((guix build utils)
 | 
					       '(#:modules ((guix build utils)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue