me
/
guix
Archived
1
0
Fork 0

gnu: r-universalmotif: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-universalmotif): Update to 1.20.0.

Change-Id: I72bb6459df1e04875888fa9f77b726ec54055ca3
master
Ricardo Wurmus 2023-11-03 17:19:00 +01:00
parent 642f470df1
commit 45cbc2372e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18631,14 +18631,14 @@ data.")
(define-public r-universalmotif
(package
(name "r-universalmotif")
(version "1.18.1")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "universalmotif" version))
(sha256
(base32
"0v1085dl16a3494f1fxc9rk1ffz3si89mdwbmnnczyhj5p13pfx8"))))
"0wy7zplypjiqv4wjq0l30xb5xj63fxb7z2wmmfrmzfkbgbm0xyha"))))
(properties
`((upstream-name . "universalmotif")))
(build-system r-build-system)