mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bees: Update to 0.10.
* gnu/packages/file-systems.scm (bees): Update to 0.10.
This commit is contained in:
parent
4e1f7b1df6
commit
34d7eb9721
1 changed files with 2 additions and 2 deletions
|
@ -1951,7 +1951,7 @@ (define-public fuse-overlayfs
|
|||
(define-public bees
|
||||
(package
|
||||
(name "bees")
|
||||
(version "0.9.2")
|
||||
(version "0.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1970,7 +1970,7 @@ (define-public bees
|
|||
(("#include .crucible/city.h.") "#include <city.h>"))))
|
||||
(sha256
|
||||
(base32
|
||||
"0xik1xg6ma5yglhvs60ny27242iapqwzikmqbgij1avjffs6776a"))))
|
||||
"1j1v9bxijs8gvrb7rg0q1158xjvmfc8dlzwx768fxf3w8w2gfwvz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue