me
/
guix
Archived
1
0
Fork 0

gnu: r-seqpattern: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-seqpattern): Update to 1.36.0.

Change-Id: I34fdeb5b2c758a61d3c51b661c3f368962041a7b
master
Ricardo Wurmus 2024-05-07 12:59:19 +02:00
parent 28ec187b57
commit 18b93942a1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11340,13 +11340,13 @@ Stephens (1990).")
(define-public r-seqpattern
(package
(name "r-seqpattern")
(version "1.34.0")
(version "1.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "seqPattern" version))
(sha256
(base32
"0rs9dy540d4agp7fc8glbrcnly4s6qcxqsq4yv8y555bbdld6dv0"))))
"0iv0dhs1z8i0jglh1iw6ypzh6qslnn5xly2kjfxaxk9cggnjb5h6"))))
(properties
`((upstream-name . "seqPattern")))
(build-system r-build-system)