gnu: ruby-rspec-core: Update to 3.5.4.
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
This commit is contained in:
		
							parent
							
								
									bb4bcb02c2
								
							
						
					
					
						commit
						c59491183a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -262,13 +262,13 @@ an extensible architecture with a swappable backend.")
 | 
				
			||||||
(define-public ruby-rspec-core
 | 
					(define-public ruby-rspec-core
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-rspec-core")
 | 
					    (name "ruby-rspec-core")
 | 
				
			||||||
    (version "3.5.1")
 | 
					    (version "3.5.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (rubygems-uri "rspec-core" version))
 | 
					              (uri (rubygems-uri "rspec-core" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0brfq51fwkkh5g6vw7smky5fvip46pryi243jmin0nzn7iwh9j5g"))))
 | 
					                "1nacs062qbr98fx6czf1vwppn1js956nv2c8vfwj6i65axdfs46i"))))
 | 
				
			||||||
    (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