diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | 54e7efd5cf803b46d5d8df776efd4f9d0e4a0c54 (patch) | |
tree | 6e4d412f6541ead19a7de20dce617f526a58b453 /gnu/packages | |
parent | 2202fc90031419ff6928bcb39dfa7ddaa69c8063 (diff) |
gnu: nmrpflash: Update to 0.9.19.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.19.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a4d6473ea0..756ca324cd 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4856,7 +4856,7 @@ entries, providing commands to add, remove, comment, and search.") (define-public nmrpflash (package (name "nmrpflash") - (version "0.9.16") + (version "0.9.19") (source (origin (method git-fetch) @@ -4865,7 +4865,7 @@ entries, providing commands to add, remove, comment, and search.") (url "https://github.com/jclehner/nmrpflash") (commit (string-append "v" version)))) (sha256 - (base32 "0gp66l3a2wznjnlc2ljs8g38mfrf1b9a0qcfxqg2bczmfxnrsynj")) + (base32 "02r2z3mnbj8dfka7adw1l76zq1jh1l13mmkns93c54ychs44jz3d")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (native-inputs |