mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nmrpflash: Update to 0.9.25.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.25. Change-Id: I9eb42fb5228e16b708a7528b48b71f9640ac315f
This commit is contained in:
parent
8f39a0a7a9
commit
20fcdcafe0
1 changed files with 2 additions and 2 deletions
|
@ -5462,7 +5462,7 @@ entries, providing commands to add, remove, comment, and search.")
|
||||||
(define-public nmrpflash
|
(define-public nmrpflash
|
||||||
(package
|
(package
|
||||||
(name "nmrpflash")
|
(name "nmrpflash")
|
||||||
(version "0.9.21")
|
(version "0.9.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5471,7 +5471,7 @@ entries, providing commands to add, remove, comment, and search.")
|
||||||
(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 "183nvxqdn8klin5f14f4cv9vjymj0izy0qmj1l76igmlcq7ravwx"))
|
(base32 "0xqvj52m6rk0gma8saqvp8b4jms9hca8i1v2kb5hcd6miaqgx276"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue