mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-debugme: Update to 1.2.0.
* gnu/packages/cran.scm (r-debugme): Update to 1.2.0. Change-Id: I0a43ead356a49e59506be73ec7e449813e8e1dc6
This commit is contained in:
parent
f560edf277
commit
ad7d89daef
1 changed files with 2 additions and 2 deletions
|
@ -10518,14 +10518,14 @@ (define-public r-attempt
|
|||
(define-public r-debugme
|
||||
(package
|
||||
(name "r-debugme")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "debugme" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
|
||||
"16ghf60rj0l8ypm0hxjp23zxdi2ndq8ii74cilq61m107fnha9mj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-crayon))
|
||||
(home-page "https://github.com/r-lib/debugme#readme")
|
||||
|
|
Loading…
Reference in a new issue