gnu: units: Update to 2.21.
* gnu/packages/maths.scm (units): Update to 2.21.
This commit is contained in:
		
							parent
							
								
									735093e521
								
							
						
					
					
						commit
						1b16727c18
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -307,13 +307,13 @@ programming language.")
 | 
				
			||||||
(define-public units
 | 
					(define-public units
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "units")
 | 
					   (name "units")
 | 
				
			||||||
   (version "2.19")
 | 
					   (version "2.21")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://gnu/units/units-" version
 | 
					            (uri (string-append "mirror://gnu/units/units-" version
 | 
				
			||||||
                                ".tar.gz"))
 | 
					                                ".tar.gz"))
 | 
				
			||||||
            (sha256 (base32
 | 
					            (sha256 (base32
 | 
				
			||||||
                     "0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2"))))
 | 
					                     "1bybhqs4yrly9myb5maz3kdmf8k4fhk2m1d5cbcryn40z6lq0gkc"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("readline" ,readline)
 | 
					    `(("readline" ,readline)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue