guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 0d155ec23ca7730fce9ebc0fbab0257baa7423ef
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Feb 15 11:12:07 2026 +0100

    gnu: r-fillpattern: Update to 1.0.3.
    
    * gnu/packages/cran.scm (r-fillpattern): Update to 1.0.3.
    
    Change-Id: Ic87ca0404ddc9c37652acfc012b5f77f38f68cb8
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ebd63531d8..0f48b6a77f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -42819,13 +42819,13 @@ example is a function to remove spaces from all file 
names in a directory.")
 (define-public r-fillpattern
   (package
     (name "r-fillpattern")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fillpattern" version))
        (sha256
-        (base32 "0qwrzxjw4br9sbh0zxry72j6rgvb1s8cwvwqigf7dg1zi4hk4i74"))))
+        (base32 "1080lk6gqdwxn27qqmxm0lk05ghsaj5iggqv480mwh3ih06w00iw"))))
     (properties `((upstream-name . "fillpattern")))
     (build-system r-build-system)
     (propagated-inputs (list r-ggplot2))

Reply via email to