gnu: python-htsget: Update to 0.2.6.
* gnu/packages/bioinformatics.scm (python-htsget): Update to 0.2.6. [build-system]: Use pyproject-build-system.
This commit is contained in:
		
							parent
							
								
									16ecce39d2
								
							
						
					
					
						commit
						a268b1ba91
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -885,14 +885,14 @@ from high-throughput single-cell RNA sequencing (scRNA-seq) data.")
 | 
				
			||||||
(define-public python-htsget
 | 
					(define-public python-htsget
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "python-htsget")
 | 
					   (name "python-htsget")
 | 
				
			||||||
   (version "0.2.5")
 | 
					   (version "0.2.6")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (pypi-uri "htsget" version))
 | 
					            (uri (pypi-uri "htsget" version))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0ic07q85vhw9djf23k57b21my7i5xp400m8gfqgr5gcryqvdr0yk"))))
 | 
					              "111q4pzkav26aa3hkgh948wqlyrq7dq6sjml9z63n3blw8s6b0c4"))))
 | 
				
			||||||
   (build-system python-build-system)
 | 
					   (build-system pyproject-build-system)
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    (list python-setuptools-scm))
 | 
					    (list python-setuptools-scm))
 | 
				
			||||||
   (propagated-inputs
 | 
					   (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue