guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: boost-sync: Update to 1.55-1-e690de2d.


From: guix-commits
Subject: 01/02: gnu: boost-sync: Update to 1.55-1-e690de2d.
Date: Fri, 17 Dec 2021 03:33:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d3fe88c6cdda58833061d53abd9cebe16e01f182
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Fri Dec 17 08:13:55 2021 +0000

    gnu: boost-sync: Update to 1.55-1-e690de2d.
    
    * gnu/packages/audio.scm (boost-sync): Update to 1.55-1-e690de2d.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/boost.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index dab3abf..b53b1f4 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -364,9 +364,9 @@ across a broad spectrum of applications.")
     (properties '((hidden? . #t)))))
 
 (define-public boost-sync
-  (let ((commit "c72891d9b90e2ceb466ec859f640cd012b2d8709")
+  (let ((commit "e690de2d30e2f1649ff500c9a6f3539814994b1c")
         (version "1.55")
-        (revision "1"))
+        (revision "2"))
     (package
       (name "boost-sync")
       (version (git-version version revision commit))
@@ -378,7 +378,7 @@ across a broad spectrum of applications.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "197mp5z048vz5kv1m4v3jm447l2gqsyv0rbfz11dz0ns343ihbyx"))))
+                  "0473hb15affjq2804xa99ikk4y1gzi46rygd9zhncl28ib7mnn26"))))
       (build-system trivial-build-system)
       (arguments
        `(#:modules ((guix build utils))



reply via email to

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