mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-dropbead: Update to 0-2.d746c6f.
* gnu/packages/bioinformatics.scm (r-dropbead): Update to 0-2.d746c6f.
This commit is contained in:
parent
7f2f834550
commit
84c195e505
1 changed files with 3 additions and 3 deletions
|
@ -10880,8 +10880,8 @@ (define-public r-delayedmatrixstats
|
|||
(license license:expat)))
|
||||
|
||||
(define-public r-dropbead
|
||||
(let ((commit "cf0be5ae5302684bd03e78ab65b142900bbbb840")
|
||||
(revision "1"))
|
||||
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "r-dropbead")
|
||||
(version (string-append "0-" revision "." (string-take commit 7)))
|
||||
|
@ -10894,7 +10894,7 @@ (define-public r-dropbead
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b2lphsc236s1rdzlijxg8yl1jnqpwcvj4x938r89rqpj93jb780"))))
|
||||
"0sbzma49aiiyw8b0jpr7fnhzys9nsqmp4hy4hdz1gzyg1lhnca26"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue