diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-06 03:42:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-06 03:45:57 +0100 |
commit | 6ef7726805fe9ce6ede886a0a2ce59a35d547d9a (patch) | |
tree | 7741769cedab5bef15924bc6781f32a4dc36fdbe /gnu/packages/rcm.scm | |
parent | 333b9c815b3b291a0a3cc95560ff02a3c9a7e4c8 (diff) | |
download | guix-6ef7726805fe9ce6ede886a0a2ce59a35d547d9a.tar.gz |
gnu: rcm: Update to 1.3.4.
* gnu/packages/rcm.scm (rcm): Update to 1.3.4.
Diffstat (limited to 'gnu/packages/rcm.scm')
-rw-r--r-- | gnu/packages/rcm.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/rcm.scm b/gnu/packages/rcm.scm index c61626d114..f8c7ba4200 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 |