mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bffe: Update to 0-13.ec2cae0.
* gnu/packages/package-management.scm (bffe): Update to 0-13.ec2cae0. Change-Id: I5895f0b68ecd961cfc3ac0816ce6219a6441230a
This commit is contained in:
parent
86d13ed569
commit
ab0b6e920f
1 changed files with 3 additions and 3 deletions
|
@ -998,8 +998,8 @@ transactions from C or Python.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public bffe
|
(define-public bffe
|
||||||
(let ((commit "7bdb7b99518c23d388db5a59911b290003b98823")
|
(let ((commit "ec2cae0a12cb578a88846cde1980ea98e352b1db")
|
||||||
(revision "12"))
|
(revision "13"))
|
||||||
(package
|
(package
|
||||||
(name "bffe")
|
(name "bffe")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1010,7 +1010,7 @@ transactions from C or Python.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00zmjys8fx1kgngzp92l61q0d9hayfgycp0g73j3myii2y7bkdkd"))
|
"0ifhf3hrwxr479lz5wk7n3mw9rzrwmj7is65daj26g24wjlxbick"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue