gnu: rcm: Update to 1.3.4.

* gnu/packages/rcm.scm (rcm): Update to 1.3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-06 03:42:18 +01:00
parent 333b9c815b
commit 6ef7726805
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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