diff options
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f89c60b8cd1..c0ee641e885 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -12906,7 +12906,7 @@ expression report comparing samples in an easily configurable manner.") | |||
| 12906 | (define-public pigx-chipseq | 12906 | (define-public pigx-chipseq |
| 12907 | (package | 12907 | (package |
| 12908 | (name "pigx-chipseq") | 12908 | (name "pigx-chipseq") |
| 12909 | (version "0.0.17") | 12909 | (version "0.0.20") |
| 12910 | (source (origin | 12910 | (source (origin |
| 12911 | (method url-fetch) | 12911 | (method url-fetch) |
| 12912 | (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/" | 12912 | (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/" |
| @@ -12914,7 +12914,7 @@ expression report comparing samples in an easily configurable manner.") | |||
| 12914 | "/pigx_chipseq-" version ".tar.gz")) | 12914 | "/pigx_chipseq-" version ".tar.gz")) |
| 12915 | (sha256 | 12915 | (sha256 |
| 12916 | (base32 | 12916 | (base32 |
| 12917 | "1c0x5lswvc8v9fw4iynl5rcfs7h7clzp4hqdnl65ia7rk35n4zg9")))) | 12917 | "19a7dclqq0b4kqg3phiz4d4arlwfp34nm3z0rf1gkqdpsy7gghp3")))) |
| 12918 | (build-system gnu-build-system) | 12918 | (build-system gnu-build-system) |
| 12919 | ;; parts of the tests rely on access to the network | 12919 | ;; parts of the tests rely on access to the network |
| 12920 | (arguments '(#:tests? #f)) | 12920 | (arguments '(#:tests? #f)) |
