me
/
guix
Archived
1
0
Fork 0

gnu: r-seqpattern: Update to 1.34.0.

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

Change-Id: Iaca71f59f8399e2fe27ab545b128dbc16097ac72
master
Ricardo Wurmus 2023-11-03 17:01:04 +01:00
parent 08fcb9423d
commit 8cc5dee008
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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