mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: nmrpflash: Update to 0.9.15.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
This commit is contained in:
parent
0bc6ae5843
commit
6b1b6b0ed0
1 changed files with 2 additions and 2 deletions
|
@ -4318,7 +4318,7 @@ (define-public hosts
|
||||||
(define-public nmrpflash
|
(define-public nmrpflash
|
||||||
(package
|
(package
|
||||||
(name "nmrpflash")
|
(name "nmrpflash")
|
||||||
(version "0.9.14")
|
(version "0.9.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4327,7 +4327,7 @@ (define-public nmrpflash
|
||||||
(url "https://github.com/jclehner/nmrpflash")
|
(url "https://github.com/jclehner/nmrpflash")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fdjrxhjs96rdclbkld57xarf592slhkp79h46z833npxpn12ck1"))
|
(base32 "0ssfls1sfh8w748qsnkfgndlpw395100x2yynzbk5jd56scxvp20"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue