gnu: scons: Update to 2.3.4.
* gnu/packages/python.scm (scons): Update to 2.3.4.
This commit is contained in:
		
							parent
							
								
									9f9d073be1
								
							
						
					
					
						commit
						a3f61425a6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1023,14 +1023,14 @@ syntax.")
 | 
				
			||||||
(define-public scons
 | 
					(define-public scons
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "scons")
 | 
					    (name "scons")
 | 
				
			||||||
    (version "2.1.0")
 | 
					    (version "2.3.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://sourceforge/scons/scons-"
 | 
					             (uri (string-append "mirror://sourceforge/scons/scons-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "07cjn4afb2cljjrd3cr7xf062qq58z8q96f58z6yplhdyqafsfa1"))))
 | 
					               "0hdlci43wjz8maryj83mz04ir6rwcdrrzpd7cpzvdlzycqhdfmsb"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; With Python 3.x, fails to build with a syntax error.
 | 
					     ;; With Python 3.x, fails to build with a syntax error.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue