[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
265/285: gnu: ruby-spring: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
265/285: gnu: ruby-spring: Don't use unstable tarball. |
Date: |
Sun, 29 Dec 2019 20:44:44 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 4e99fe1ea51833ea830aadcb1d3b5603dd89282d
Author: Efraim Flashner <address@hidden>
Date: Sat Dec 28 23:00:48 2019 +0200
gnu: ruby-spring: Don't use unstable tarball.
* gnu/packages/rails.scm (ruby-spring)[source]: Download using
git-fetch.
---
gnu/packages/rails.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 86ce151..f77c153 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Matthew Jordan <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32,14 +33,14 @@
(version "1.7.2")
(source
(origin
- (method url-fetch)
- (uri
- (string-append "https://github.com/rails/spring/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rails/spring")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1dd58y0cpsm2izj74yscn0ybfygmgcbbfdw1891g7cq41aai4b35"))))
+ "0smwrndjmnr7g7jjskw05zin3gh6kx5db6yrkiqi6i9wl5mrn9n5"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "test:unit"
- 264/285: gnu: ruby-guard: Don't use unstable tarball., (continued)
- 264/285: gnu: ruby-guard: Don't use unstable tarball., guix-commits, 2019/12/29
- 269/285: gnu: Add ghc-filepath-bytestring., guix-commits, 2019/12/29
- 268/285: gnu: curseradio: Link to mpv., guix-commits, 2019/12/29
- 271/285: gnu: diffoscope: Update to 134., guix-commits, 2019/12/29
- 272/285: gnu: portaudio: Fix build., guix-commits, 2019/12/29
- 285/285: gnu: guix-data-service: Update to 0.0.1-13.82b797e., guix-commits, 2019/12/29
- 282/285: services: dhcp-client: Ignore interfaces that cannot be activated., guix-commits, 2019/12/29
- 262/285: gnu: ruby-ae: Don't use unstable tarball., guix-commits, 2019/12/29
- 266/285: gnu: ruby-oj: Don't use unstable tarball., guix-commits, 2019/12/29
- 270/285: gnu: pelican: Update to 4.2., guix-commits, 2019/12/29
- 265/285: gnu: ruby-spring: Don't use unstable tarball.,
guix-commits <=
- 277/285: git-authenticate: Add glv to the list of committers., guix-commits, 2019/12/29
- 273/285: gnu: gnome: Update dependencies., guix-commits, 2019/12/29
- 274/285: gnu: gnome: Sort packages logically., guix-commits, 2019/12/29
- 280/285: pack: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 279/285: guix package: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 283/285: installer: Pass '--fallback' to 'guix system init'., guix-commits, 2019/12/29
- 80/285: gnu: python-sphinxcontrib-programoutput: Update to 0.15., guix-commits, 2019/12/29
- 84/285: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description., guix-commits, 2019/12/29
- 240/285: gnu: emacs-graphviz-dot-mode: Update to 0.4.1., guix-commits, 2019/12/29
- 01/285: gnu: sbcl-cl-store: Update to 0.8.11-1., guix-commits, 2019/12/29