gnu: r-plot3d: Update to 1.4.
* gnu/packages/cran.scm (r-plot3d): Update to 1.4.
This commit is contained in:
		
							parent
							
								
									509eea0f5d
								
							
						
					
					
						commit
						81bb987e7e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -18189,14 +18189,14 @@ annotated biological functions.")
 | 
				
			||||||
(define-public r-plot3d
 | 
					(define-public r-plot3d
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-plot3d")
 | 
					    (name "r-plot3d")
 | 
				
			||||||
    (version "1.3")
 | 
					    (version "1.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "plot3D" version))
 | 
					       (uri (cran-uri "plot3D" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
 | 
					         "1h59zlsyzbjylaziwavppl9bjmnba4iiq34772y3dys6fqclajnh"))))
 | 
				
			||||||
    (properties `((upstream-name . "plot3D")))
 | 
					    (properties `((upstream-name . "plot3D")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs `(("r-misc3d" ,r-misc3d)))
 | 
					    (propagated-inputs `(("r-misc3d" ,r-misc3d)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue