mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: bffe: Update to 0-15.2f9b1cb.
* gnu/packages/package-management.scm (bffe): Update to 0-15.2f9b1cb. * doc/guix.texi (Guix Services): Remove build-priority option from example. Change-Id: Ib6444dabef5bae4976d2ff9e3e4956873e49f0bc
This commit is contained in:
@@ -42695,8 +42695,7 @@ machine.
|
||||
(map (lambda (target)
|
||||
(cons "x86_64-linux" target))
|
||||
'("aarch64-linux-gnu"
|
||||
"i586-pc-gnu")))
|
||||
(build-priority (const 0))))
|
||||
"i586-pc-gnu")))))
|
||||
#:web-server-args
|
||||
'(#:event-source "https://example.com"
|
||||
#:controller-args
|
||||
|
||||
@@ -1003,8 +1003,8 @@ transactions from C or Python.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public bffe
|
||||
(let ((commit "f9a5b5524d053ee07fd80943d8ef0e81878c3a17")
|
||||
(revision "14"))
|
||||
(let ((commit "2f9b1cb355e9a276903a721b48c77790841a91d6")
|
||||
(revision "15"))
|
||||
(package
|
||||
(name "bffe")
|
||||
(version (git-version "0" revision commit))
|
||||
@@ -1015,7 +1015,7 @@ transactions from C or Python.")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"150596lyfl03v597i5k70jwgyvqfxyaaf7z05xb96l2rjc2lfavs"))
|
||||
"0h1nzlj6k9yhhsc1an72876p19yf8kszs2h7xww5ldcjs8vwxn9c"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user