diff options
author | Erik Garrison | 2021-09-03 08:53:09 +0000 |
---|---|---|
committer | Erik Garrison | 2021-09-03 08:53:09 +0000 |
commit | b0d23a9508caa462b39248d03f33f4f0e8f242b9 (patch) | |
tree | 22f0ec501b246af8fc46e27e78ce3ef0b29cd5fb /gn/packages | |
parent | 78e68d7f60a5712a1c359e1d4f001ef90904c480 (diff) | |
download | guix-bioinformatics-b0d23a9508caa462b39248d03f33f4f0e8f242b9.tar.gz |
update pangenie
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index d8f0c9a..91901a6 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -502,8 +502,8 @@ collapses them into a non-redundant graph structure.") (license license:expat))) (define-public pangenie - (let ((commit "1f3d2d247702e8c90620b8b1c5f6ea866c9aab19") ; April 30, 2021 - (revision "1")) + (let ((commit "e779076827022d1416ab9fabf99a03d8f4725956") ; September 2, 2021 from phasing-tests branch + (revision "2")) (package (name "pangenie") (version (git-version "0.0.0" revision commit)) @@ -514,7 +514,7 @@ collapses them into a non-redundant graph structure.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0qp15dfngg37lk64yn2q8kglkazdwi1vpfr2r783bcx5pywr4n5w")))) + (base32 "1mphrvidaz328kcwrjgz8q5i4iwnz6ygl6279lm2acv4zgqhmp5i")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list (string-append "-DCMAKE_BUILD_RPATH=" |