1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ggtangle: Update to 0.1.1.

* gnu/packages/cran.scm (r-ggtangle): Update to 0.1.1.

Change-Id: I0d0e5a796720c3d90cb5c31be28efe157bae9acc
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:21 +01:00
committed by Rutherther
parent ccc10b4e73
commit 40b3b90780

View File

@@ -14535,13 +14535,13 @@ annotation data to keep updated.")
(define-public r-ggtangle
(package
(name "r-ggtangle")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggtangle" version))
(sha256
(base32 "1qd68h8vdw5ybicjiv5hcrq2jr7pg76lybjx0d0h9gbyv8gymbqx"))))
(base32 "035qjraw7z7kaakjz472ag32yy8h8vn2b48l7rdfpc95s3qilpr5"))))
(properties `((upstream-name . "ggtangle")))
(build-system r-build-system)
(propagated-inputs (list r-ggfun