aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-12-18 15:58:51 +0000
committerArun Isaac2025-12-18 15:59:21 +0000
commited502b69fe42376e1d5c5ad3efabce9c8d90dccd (patch)
tree21d9a308514ebbe5f46e38dfee0abd31ffd9e4a0
parent4d2ff5ea0a8a90bbd3a14b557e9751dc7b07679a (diff)
downloadguix-bioinformatics-ed502b69fe42376e1d5c5ad3efabce9c8d90dccd.tar.gz
gn: smoothxg: Update to 0.8.2.
* gn/packages/bioinformatics.scm (smoothxg): Update to 0.8.2.
-rw-r--r--gn/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index fb2ee18..f7b70e2 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -1814,14 +1814,14 @@ dictionaries to record a queryable version of the graph.")
(define-public smoothxg
(package
(name "smoothxg")
- (version "0.8.0")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/pangenome/smoothxg"
"/releases/download/v" version
"/smoothxg-v" version ".tar.gz"))
(sha256
- (base32 "1gl4dskj81hlma7wsjrwwg77hgzk7dc9iaqqnf2wzrf2f4ll1cdj"))
+ (base32 "1hqaa6l904zl01rsmw5vzx2kvcncl97i5kln850snywyv33skxp6"))
(snippet
#~(begin
(use-modules (guix build utils))