Archived
1
0
Fork 0

gnu: metabat: Fetch sources from git.

* gnu/packages/bioinformatics.scm (metabat)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-07 20:52:44 +01:00
parent 5c1f35e71b
commit b58d9e4aa2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4040,13 +4040,14 @@ form of assemblies or reads.")
(version "2.12.1") (version "2.12.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://bitbucket.org/berkeleylab/metabat/get/v" (uri (git-reference
version ".tar.gz")) (url "https://bitbucket.org/berkeleylab/metabat.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hmvdalz3zj5sqqklg0l4npjdv37cv2hsdi1al9iby2ndxjs1b73")) "0hyg2smw1nz69mfvjpk45xyyychmda92c80a0cv7baji84ri4iyn"))
(patches (search-patches "metabat-fix-compilation.patch")))) (patches (search-patches "metabat-fix-compilation.patch"))))
(build-system scons-build-system) (build-system scons-build-system)
(arguments (arguments