mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.
* gnu/packages/guile-xyz.scm (guile-ac-d-bus): Update to 1.0.0-beta.0.
This commit is contained in:
parent
0e8b05175d
commit
933fdd558b
1 changed files with 2 additions and 2 deletions
|
@ -3231,7 +3231,7 @@ (define-public guile-packrat
|
|||
(define-public guile-ac-d-bus
|
||||
(package
|
||||
(name "guile-ac-d-bus")
|
||||
(version "1.0.0-alpha.0")
|
||||
(version "1.0.0-beta.0")
|
||||
(home-page "https://gitlab.com/weinholt/ac-d-bus/")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -3241,7 +3241,7 @@ (define-public guile-ac-d-bus
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05cbp7slmzrx4cib2liysk31laknqiycw9ckgn65fylgz6c2y5x9"))))
|
||||
"0rl809qimhgz6b0rixakb42r2l4g53jr09a2g0s1hxgab0blz0kb"))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
`(#:implicit-inputs? #f ;needs nothing but Guile
|
||||
|
|
Loading…
Reference in a new issue