guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libgc: Add version 8.0.4.


From: guix-commits
Subject: 01/02: gnu: libgc: Add version 8.0.4.
Date: Fri, 31 Jan 2020 11:07:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 69961ac3b9db2dbb99abb5c45ff6be3a9c01b5de
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Jan 31 09:23:26 2020 +0100

    gnu: libgc: Add version 8.0.4.
    
    * gnu/packages/bdw-gc.scm (libgc-8.0): New variable.
---
 gnu/packages/bdw-gc.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index 7196ffc..cc49210 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2016, 2017, 2020 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016, 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Rene Saavedra <address@hidden>
@@ -91,6 +91,18 @@ C or C++ programs, though that is not its primary goal.")
 
    (license (x11-style (string-append home-page "license.txt")))))
 
+(define-public libgc-8.0
+  (package/inherit
+   libgc
+   (version "8.0.4")
+   (source (origin
+             (method url-fetch)
+             (uri (string-append "https://github.com/ivmai/bdwgc/releases";
+                                 "/download/v" version "/gc-" version 
".tar.gz"))
+             (sha256
+              (base32
+               "1798rp3mcfkgs38ynkbg2p47bq59pisrc6mn0l20pb5iczf0ssj3"))))))
+
 (define-public libgc/back-pointers
   (package
     (inherit libgc)



reply via email to

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