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:
Artyom V. Poptsov 2025-06-15 21:13:29 +03:00
parent 8f39a0a7a9
commit 20fcdcafe0
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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