mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-ggformula: Update to 1.0.1.
* gnu/packages/cran.scm (r-ggformula): Update to 1.0.1. Change-Id: Id0100831962fa45b57d322aa65b195ebf9f24e27
This commit is contained in:
parent
5bcb6e1775
commit
7913a58aa0
1 changed files with 2 additions and 2 deletions
|
|
@ -27790,13 +27790,13 @@ haven package.")
|
|||
(define-public r-ggformula
|
||||
(package
|
||||
(name "r-ggformula")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggformula" version))
|
||||
(sha256
|
||||
(base32 "0q971c9zsv21dr9zwll6l0g737689xil9y9cyq4gpzadi4c850yb"))))
|
||||
(base32 "04p8jjk75hsjc7xr49yi5fyadm3hn9c9x18ynr8fbkwick2a7dnd"))))
|
||||
(properties
|
||||
;; Avoid dependency cycle.
|
||||
'((updater-ignored-native-inputs . ("r-mosaic" "r-mosaicdata"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue