[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/48: gnu: r-unigd: Update to 0.1.1.
From: |
guix-commits |
Subject: |
03/48: gnu: r-unigd: Update to 0.1.1. |
Date: |
Wed, 27 Mar 2024 08:50:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5b18fe9cf9197f949373a1ece52c4bafbf0ed99d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 12:10:33 2024 +0100
gnu: r-unigd: Update to 0.1.1.
* gnu/packages/cran.scm (r-unigd): Update to 0.1.1.
Change-Id: I9c6c0ed7b17eaf56cd0fe8b292055cee17dd8939
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c3ce55d5bd..618cd69533 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23316,18 +23316,18 @@ utilities for sequence data management under the
ACNUC system.")
(define-public r-unigd
(package
(name "r-unigd")
- (version "0.1.0")
+ (version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "unigd" version))
(sha256
- (base32 "0519v2p4jzfpilai022blvyxi56kfdidafwjpa1g6lnmwmpk4isq"))))
+ (base32 "0q6nix6pqjg7adfyisg6zn7hzwkdmz1dhd34c6a58dsg2yq1qh1a"))))
(properties `((upstream-name . "unigd")))
(build-system r-build-system)
(inputs (list cairo fontconfig freetype libpng zlib))
(propagated-inputs (list r-cpp11 r-systemfonts))
- (native-inputs (list r-knitr pkg-config))
+ (native-inputs (list pkg-config r-knitr))
(home-page "https://github.com/nx10/unigd")
(synopsis "Universal graphics device")
(description
- branch master updated (e9a547d2c5 -> 656baadf83), guix-commits, 2024/03/27
- 02/48: gnu: r-workflowsets: Update to 1.1.0., guix-commits, 2024/03/27
- 01/48: gnu: r-qpdf: Update to 1.3.3., guix-commits, 2024/03/27
- 03/48: gnu: r-unigd: Update to 0.1.1.,
guix-commits <=
- 09/48: gnu: r-ggprism: Update to 1.0.5., guix-commits, 2024/03/27
- 06/48: gnu: r-collapse: Update to 2.0.11., guix-commits, 2024/03/27
- 07/48: gnu: r-datawizard: Update to 0.10.0., guix-commits, 2024/03/27
- 08/48: gnu: r-climatol: Update to 4.1.0., guix-commits, 2024/03/27
- 10/48: gnu: r-plumber: Update to 1.2.2., guix-commits, 2024/03/27
- 04/48: gnu: r-abn: Update to 3.0.6., guix-commits, 2024/03/27
- 12/48: gnu: r-httpuv: Update to 1.6.15., guix-commits, 2024/03/27
- 13/48: gnu: r-servr: Update to 0.30., guix-commits, 2024/03/27
- 14/48: gnu: r-htmltools: Update to 0.5.8., guix-commits, 2024/03/27
- 05/48: gnu: r-leaflet: Update to 2.2.2., guix-commits, 2024/03/27