gnu: r-hyperdraw: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.50.0.
This commit is contained in:
		
							parent
							
								
									7939489f80
								
							
						
					
					
						commit
						b90e4cdd56
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14516,14 +14516,14 @@ manipulating hypergraphs.")
 | 
				
			||||||
(define-public r-hyperdraw
 | 
					(define-public r-hyperdraw
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-hyperdraw")
 | 
					    (name "r-hyperdraw")
 | 
				
			||||||
    (version "1.48.0")
 | 
					    (version "1.50.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "hyperdraw" version))
 | 
					       (uri (bioconductor-uri "hyperdraw" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ndw4y6b15jy4w86vfkahmdc81d3ycjsvqy1mxi55dwvd8xq0ap6"))))
 | 
					         "1fl4ia2jskvmbwk0y1wd0x4dgqph0av7bx2zffrvd1a5ppcjmsra"))))
 | 
				
			||||||
    (properties `((upstream-name . "hyperdraw")))
 | 
					    (properties `((upstream-name . "hyperdraw")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs (list graphviz))
 | 
					    (inputs (list graphviz))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue