guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: rcm: Update to 1.3.4.


From: guix-commits
Subject: 04/04: gnu: rcm: Update to 1.3.4.
Date: Tue, 5 Jan 2021 21:46:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6ef7726805fe9ce6ede886a0a2ce59a35d547d9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 6 03:42:18 2021 +0100

    gnu: rcm: Update to 1.3.4.
    
    * gnu/packages/rcm.scm (rcm): Update to 1.3.4.
---
 gnu/packages/rcm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rcm.scm b/gnu/packages/rcm.scm
index c61626d..f8c7ba4 100644
--- a/gnu/packages/rcm.scm
+++ b/gnu/packages/rcm.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Josh Holland <josh@inv.alid.pw>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,13 +28,13 @@
 (define-public rcm
   (package
     (name "rcm")
-    (version "1.3.3")
+    (version "1.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://thoughtbot.github.io/rcm/dist/rcm-";
                                   version ".tar.gz"))
               (sha256
-               (base32 
"1bqk7rrp1ckzvsvl9wghsr77m8xl3a7yc5gqdsisz492dx2j8mck"))))
+               (base32 
"0jn2crdqcna0fyg7w7x1mcyjblzykd3lh4vdxhsd5x4w8hvsw4cv"))))
     (build-system gnu-build-system)
     (arguments '(#:phases
                  (modify-phases %standard-phases



reply via email to

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