diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 22:18:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:41 +0200 |
commit | ad7d89daefc99056988f14ef439d6ba005a5186e (patch) | |
tree | 1fb466952676f6e83766a083b160ff3317dc2d62 | |
parent | f560edf277cb73162de51c5f570bf5a6c602b770 (diff) | |
download | guix-ad7d89daefc99056988f14ef439d6ba005a5186e.tar.gz guix-ad7d89daefc99056988f14ef439d6ba005a5186e.zip |
gnu: r-debugme: Update to 1.2.0.
* gnu/packages/cran.scm (r-debugme): Update to 1.2.0.
Change-Id: I0a43ead356a49e59506be73ec7e449813e8e1dc6
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ee47036eb1..832a6bccec 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |