me
/
guix
Archived
1
0
Fork 0

gnu: nmrpflash: Update to 0.9.19.

* gnu/packages/admin.scm (nmrpflash): Update to 0.9.19.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 2202fc9003
commit 54e7efd5cf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4856,7 +4856,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.16") (version "0.9.19")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4865,7 +4865,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 "0gp66l3a2wznjnlc2ljs8g38mfrf1b9a0qcfxqg2bczmfxnrsynj")) (base32 "02r2z3mnbj8dfka7adw1l76zq1jh1l13mmkns93c54ychs44jz3d"))
(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