gnu: r-units: Update to 0.7-2.
* gnu/packages/cran.scm (r-units): Update to 0.7-2.
This commit is contained in:
		
							parent
							
								
									8d77bafedf
								
							
						
					
					
						commit
						816697dcde
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15772,14 +15772,14 @@ utilities for sequence data management under the ACNUC system.")
 | 
				
			||||||
(define-public r-units
 | 
					(define-public r-units
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-units")
 | 
					    (name "r-units")
 | 
				
			||||||
    (version "0.7-1")
 | 
					    (version "0.7-2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (cran-uri "units" version))
 | 
					        (uri (cran-uri "units" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "0wwndzjjgqj795xvx1jwa86nwd8adfiwj0pn15yyzzk9baky2axw"))))
 | 
					            "1ss0f15h4yqzk488ilsa5d2ibrj3wzwplx4160mn600i8ciy02xr"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("udunits" ,udunits)))
 | 
					     `(("udunits" ,udunits)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue