guix-commits
[Top][All Lists]
Advanced

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

57/285: gnu: boinc-client: Update to 7.16.3.


From: guix-commits
Subject: 57/285: gnu: boinc-client: Update to 7.16.3.
Date: Sun, 29 Dec 2019 20:44:00 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 56c46f97c85933dee46add62617d9b62411ddeb7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 03:18:04 2019 +0100

    gnu: boinc-client: Update to 7.16.3.
    
    * gnu/packages/distributed.scm (boinc-client): Update to 7.16.3.
---
 gnu/packages/distributed.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index 4e1acc4..4a35094 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Brant Gardner <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -42,7 +43,7 @@
 (define-public boinc-client
   (package
     (name "boinc-client")
-    (version "7.16.1")
+    (version "7.16.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -53,7 +54,7 @@
               (file-name (git-file-name "boinc" version))
               (sha256
                (base32
-                "0w2qimcwyjhapk3z7zyq7jkls23hsnmm35iw7m4s4if04fp70dx0"))))
+                "1l181s7wnx0xd7m62qjixdjw4ri87q47xi0x662m2jsh9lzb8khf"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--disable-server")))
     (inputs `(("openssl" ,openssl)



reply via email to

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