guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/214: gnu: r-assertive-properties: Update to 0.0-5.


From: guix-commits
Subject: 85/214: gnu: r-assertive-properties: Update to 0.0-5.
Date: Sat, 28 May 2022 04:37:33 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d723cd6fe1e3a6728b850a978384cf8e3a78a57c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:30 2022 +0200

    gnu: r-assertive-properties: Update to 0.0-5.
    
    * gnu/packages/cran.scm (r-assertive-properties): Update to 0.0-5.
---
 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 108a8eac69..276838a464 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14907,14 +14907,14 @@ want to include run-time testing features in their 
own packages.")
 (define-public r-assertive-properties
   (package
     (name "r-assertive-properties")
-    (version "0.0-4")
+    (version "0.0-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "assertive.properties" version))
        (sha256
         (base32
-         "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
+         "1pgljbwwbvbl4kc5c8mcv0qbzq3k6fzi29k88811yml263sm92dn"))))
     (properties
      `((upstream-name . "assertive.properties")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]