gnu: 0xffff: Update to 0.9.
* gnu/packages/flashing-tools.scm (0xffff): Update to 0.9.
This commit is contained in:
parent
5b54a6d9e4
commit
8fd5138f4b
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ (define-public flashrom
|
|||
(define-public 0xffff
|
||||
(package
|
||||
(name "0xffff")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -108,7 +108,7 @@ (define-public 0xffff
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a5b7k96vzirb0m8lqp7ldn77ppz4ngf56wslhsj2c6flcyvns4v"))))
|
||||
(base32 "0rl1xzbxl991pm2is98zbryac1lgjrc3zphmbd8agv07av0r6r6n"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libusb" ,libusb-0.1))) ; doesn't work with libusb-compat
|
||||
|
|
Loading…
Reference in a new issue