gnu: pigx: Update to 0.0.2.
* gnu/packages/bioinformatics.scm (pigx): Update to 0.0.2.
This commit is contained in:
		
							parent
							
								
									d93a1c276b
								
							
						
					
					
						commit
						d8f08c85ad
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12948,7 +12948,7 @@ based methods.")
 | 
				
			||||||
(define-public pigx
 | 
					(define-public pigx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pigx")
 | 
					    (name "pigx")
 | 
				
			||||||
    (version "0.0.1")
 | 
					    (version "0.0.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/BIMSBbioinfo/pigx/"
 | 
					              (uri (string-append "https://github.com/BIMSBbioinfo/pigx/"
 | 
				
			||||||
| 
						 | 
					@ -12956,7 +12956,7 @@ based methods.")
 | 
				
			||||||
                                  "/pigx-" version ".tar.gz"))
 | 
					                                  "/pigx-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1nxb2hbp40yg3j7n56k4dhsd2fl1j8g0wpiiln56prqzljwnlgmf"))))
 | 
					                "0sb708sl42h3s5z872jb1w70bbqplwapnsc1wm27zcsvi7li4gw8"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python" ,python)
 | 
					     `(("python" ,python)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue