gnu: ruby-minitest-hooks: Update to 1.4.1.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.1.
This commit is contained in:
		
							parent
							
								
									d74d96e466
								
							
						
					
					
						commit
						d21c6686d0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1739,14 +1739,14 @@ instance, it provides @code{assert_true}, @code{assert_false} and
 | 
				
			||||||
(define-public ruby-minitest-hooks
 | 
					(define-public ruby-minitest-hooks
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-minitest-hooks")
 | 
					    (name "ruby-minitest-hooks")
 | 
				
			||||||
    (version "1.4.0")
 | 
					    (version "1.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (rubygems-uri "minitest-hooks" version))
 | 
					       (uri (rubygems-uri "minitest-hooks" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "092fymh0c09v3a585qw3hc15b0zf159s74rxx1ga87drk5jr958z"))))
 | 
					         "05bngfyxwq1cflk568nhddgfrmws5ff6kiqax4skklsjnh71ykbi"))))
 | 
				
			||||||
    (build-system ruby-build-system)
 | 
					    (build-system ruby-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:test-target "spec"))
 | 
					     '(#:test-target "spec"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue