gnu: ruby-2.7: Update to 2.7.4.
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4. [source]: Remove redundant inherited fields.
This commit is contained in:
		
							parent
							
								
									392c7175ae
								
							
						
					
					
						commit
						7fb009b12e
					
				
					 1 changed files with 2 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -154,7 +154,7 @@ a focus on simplicity and productivity.")
 | 
			
		|||
(define-public ruby-2.7
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit ruby)
 | 
			
		||||
    (version "2.7.2")
 | 
			
		||||
    (version "2.7.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -163,12 +163,7 @@ a focus on simplicity and productivity.")
 | 
			
		|||
                           "/ruby-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet `(begin
 | 
			
		||||
                   ;; Remove bundled libffi
 | 
			
		||||
                   (delete-file-recursively "ext/fiddle/libffi-3.2.1")
 | 
			
		||||
                   #t))))
 | 
			
		||||
         "0nxwkxh7snmjqf787qsp4i33mxd1rbf9yzyfiky5k230i680jhrh"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:test-target "test"
 | 
			
		||||
       #:configure-flags '("--enable-shared") ; dynamic linking
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue