gnu: ruby-rspec-support: Update to 3.12.0.
* gnu/packages/ruby.scm (ruby-rspec-support): Update to 3.12.0.
This commit is contained in:
		
							parent
							
								
									05e8e1405a
								
							
						
					
					
						commit
						31469c55c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -551,13 +551,13 @@ notebook).")
 | 
				
			||||||
(define-public ruby-rspec-support
 | 
					(define-public ruby-rspec-support
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-rspec-support")
 | 
					    (name "ruby-rspec-support")
 | 
				
			||||||
    (version "3.8.0")
 | 
					    (version "3.12.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (rubygems-uri "rspec-support" version))
 | 
					              (uri (rubygems-uri "rspec-support" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0p3m7drixrlhvj2zpc38b11x145bvm311x6f33jjcxmvcm0wq609"))))
 | 
					                "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx"))))
 | 
				
			||||||
    (build-system ruby-build-system)
 | 
					    (build-system ruby-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; avoid dependency cycles
 | 
					     '(#:tests? #f)) ; avoid dependency cycles
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue