gnu: pigx-chipseq: Update to 0.0.41.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.41.
This commit is contained in:
		
							parent
							
								
									0607f89088
								
							
						
					
					
						commit
						164cb4da63
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12603,7 +12603,7 @@ expression report comparing samples in an easily configurable manner.")
 | 
				
			||||||
(define-public pigx-chipseq
 | 
					(define-public pigx-chipseq
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pigx-chipseq")
 | 
					    (name "pigx-chipseq")
 | 
				
			||||||
    (version "0.0.40")
 | 
					    (version "0.0.41")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/"
 | 
					              (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/"
 | 
				
			||||||
| 
						 | 
					@ -12611,7 +12611,7 @@ expression report comparing samples in an easily configurable manner.")
 | 
				
			||||||
                                  "/pigx_chipseq-" version ".tar.gz"))
 | 
					                                  "/pigx_chipseq-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0y9x62cfwzhsp82imnawyamxp58bcb00yjxdy44spylqnjdlsaj8"))))
 | 
					                "0akbxdmsjsq5fzbwaap04hqjpsfgv1l6yrc2pwgbya1xgqvcq6vy"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    ;; parts of the tests rely on access to the network
 | 
					    ;; parts of the tests rely on access to the network
 | 
				
			||||||
    (arguments '(#:tests? #f))
 | 
					    (arguments '(#:tests? #f))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue