me
/
guix
Archived
1
0
Fork 0

gnu: r-debugme: Update to 1.2.0.

* gnu/packages/cran.scm (r-debugme): Update to 1.2.0.

Change-Id: I0a43ead356a49e59506be73ec7e449813e8e1dc6
master
Ricardo Wurmus 2024-05-07 22:18:43 +02:00
parent f560edf277
commit ad7d89daef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10518,14 +10518,14 @@ functions and used in the data analysis.")
(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")