gnu: htslib: Update to 1.12.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.12.
This commit is contained in:
		
							parent
							
								
									a6a36059d5
								
							
						
					
					
						commit
						241994230b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4478,7 +4478,7 @@ performance.")
 | 
				
			||||||
(define-public htslib
 | 
					(define-public htslib
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "htslib")
 | 
					    (name "htslib")
 | 
				
			||||||
    (version "1.11")
 | 
					    (version "1.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -4486,7 +4486,7 @@ performance.")
 | 
				
			||||||
                    version "/htslib-" version ".tar.bz2"))
 | 
					                    version "/htslib-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1mrq4mihzx37yqhj3sfz6da6mw49niia808bzsw2gkkgmadxvyng"))))
 | 
					                "1jplnvizgr0fyyvvmkfmnsywrrpqhid3760vw15bllz98qdi9012"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    ;; Let htslib translate "gs://" and "s3://" to regular https links with
 | 
					    ;; Let htslib translate "gs://" and "s3://" to regular https links with
 | 
				
			||||||
    ;; "--enable-gcs" and "--enable-s3". For these options to work, we also
 | 
					    ;; "--enable-gcs" and "--enable-s3". For these options to work, we also
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue