cbaines pushed a commit to branch master
in repository guix.

commit 097fb030f69d05b933897add0a6f3bbdb6ded335
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Dec 25 21:07:40 2024 +0000

    gnu: bffe: Update to 0-9.d2ff7c3.
    
    * gnu/packages/package-management.scm (bffe): Update to 0-9.d2ff7c3.
    [source]: Switch to the smart HTTP protocol.
    [native-inputs,propagated-inputs]: Add guile-knots.
    
    Change-Id: I8522e42ca2ce1062ef12f6cb56b858792cf88b0d
---
 gnu/packages/package-management.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 0b3196b3c7..32486c6c44 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -997,19 +997,19 @@ transactions from C or Python.")
     (license license:gpl2+)))
 
 (define-public bffe
-  (let ((commit "06bed4724d131c085b23c7a806170bf16d58c25f")
-        (revision "8"))
+  (let ((commit "d2ff7c36f379dc2c9b619b9941b4cd612df95857")
+        (revision "9"))
     (package
       (name "bffe")
       (version (git-version "0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://git.cbaines.net/guix/bffe";)
+                      (url "https://git.cbaines.net/git/guix/bffe";)
                       (commit commit)))
                 (sha256
                  (base32
-                  "0gwvcgsxmwnm90v3phq17m6x4iikz98cp6s82s3d6iw346l257w9"))
+                  "0q8hlcj2fqza0wlcd21f1q13hmj7vp2gsapkxkprxl7d72g5l3ma"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system gnu-build-system)
       (native-inputs
@@ -1025,6 +1025,7 @@ transactions from C or Python.")
              guix-data-service
              guix-build-coordinator
              guile-fibers
+             guile-knots
              guile-prometheus
              guile-lib))
       (propagated-inputs
@@ -1034,6 +1035,7 @@ transactions from C or Python.")
              guix-data-service
              guix-build-coordinator
              guile-fibers
+             guile-knots
              guile-prometheus
              guile-lib))
       (home-page "https://git.cbaines.net/guix/bffe";)

Reply via email to