diff options
Diffstat (limited to 'gn')
| -rw-r--r-- | gn/packages/bioinformatics.scm | 4 | ||||
| -rw-r--r-- | gn/packages/guile.scm | 4 |
2 files changed, 4 insertions, 4 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)) diff --git a/gn/packages/guile.scm b/gn/packages/guile.scm index ee20919..8341e74 100644 --- a/gn/packages/guile.scm +++ b/gn/packages/guile.scm @@ -257,7 +257,7 @@ for MySQL.") (license license:gpl3)))) (define-public guile-sheepdog - (let ((commit "1b2d120a993fd7286a8e5f7b6b2e710f350a7faa") + (let ((commit "1426617d58f305a4126bb867202843e8cf7dd4b2") (revision "0")) (package (name "guile-sheepdog") @@ -270,7 +270,7 @@ for MySQL.") (file-name (string-append name "-" version)) (sha256 (base32 - "1p10xgfqf1n97hrdm6gah3kcvd0pnhf8qxi8q48d7g1hv7k7320g")))) + "1z0xzg11p75s2hk312akxlg2h5278w2abma27dhzjf981g3lcqvr")))) (build-system guile-build-system) (native-inputs (list guile-3.0)) (propagated-inputs |
