guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: boinc-client: Update to 7.16.5.


From: guix-commits
Subject: 02/02: gnu: boinc-client: Update to 7.16.5.
Date: Thu, 26 Mar 2020 08:13:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 50e45d8629f5cd32f768324fd6a78c2e8da2a75e
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 26 13:50:39 2020 +0200

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

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index a65ea72..e1e6636 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -44,7 +44,7 @@
 (define-public boinc-client
   (package
     (name "boinc-client")
-    (version "7.16.4")
+    (version "7.16.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -55,7 +55,7 @@
               (file-name (git-file-name "boinc" version))
               (sha256
                (base32
-                "08xx2kzb7c46k1zb91w74kyig3b5kilxdw5ilfs67r8p55mxk0g1"))))
+                "107rpw9qd5x4pyxm9jd1lqxva5nxwb01dm5h61d6msv2vgiy0r8n"))))
     (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]