mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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>
This commit is contained in:
parent
1014a5e4a6
commit
d3fe88c6cd
1 changed files with 3 additions and 3 deletions
|
@ -364,9 +364,9 @@ (define-public boost-for-mysql
|
|||
(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 @@ (define-public boost-sync
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"197mp5z048vz5kv1m4v3jm447l2gqsyv0rbfz11dz0ns343ihbyx"))))
|
||||
"0473hb15affjq2804xa99ikk4y1gzi46rygd9zhncl28ib7mnn26"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue