gnu: fet: Update to 5.43.2.
* gnu/packages/education.scm (fet): Update to 5.43.2.
This commit is contained in:
		
							parent
							
								
									a733253b5c
								
							
						
					
					
						commit
						4a5e7edce2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -602,14 +602,14 @@ Portuguese, Spanish and Italian.")
 | 
				
			||||||
(define-public fet
 | 
					(define-public fet
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fet")
 | 
					    (name "fet")
 | 
				
			||||||
    (version "5.42.3")
 | 
					    (version "5.43.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
 | 
					       (uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
 | 
				
			||||||
                           "fet-" version ".tar.bz2"))
 | 
					                           "fet-" version ".tar.bz2"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0z31i8kwd59c3hlq35qll61qhc3x63w330ss92glhp12iy0aja1y"))))
 | 
					        (base32 "111ijwdpdnavi2jjp8jqnwkgi1b9n79svkfw68fmga0z7d3nd62g"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue