mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: jamm: Update to 1.0.7.6.
* gnu/packages/bioinformatics.scm (jamm): Update to 1.0.7.6.
This commit is contained in:
parent
c51c0033d0
commit
788de3aec8
1 changed files with 2 additions and 2 deletions
|
@ -13882,7 +13882,7 @@ (define-public r-absfiltergsea
|
|||
(define-public jamm
|
||||
(package
|
||||
(name "jamm")
|
||||
(version "1.0.7.5")
|
||||
(version "1.0.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13892,7 +13892,7 @@ (define-public jamm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ls889jcma1ch9h21jjhnkadgszgqj41842hhcjh6cg88f85qf3i"))))
|
||||
"0bsa5mf9n9q5jz7mmacrra41l7r8rac5vgsn6wv1fb52ya58b970"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are none
|
||||
|
|
Loading…
Reference in a new issue