summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 09:33:30 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 09:33:30 +0300
commite9fcb744f99e7808cbcecf4c9d261413922b6759 (patch)
treefe92c91f6caf089b14daf3a807ada256ef960a8f /gnu
parent85099fdf98d52fe811619ea433ec968cfef583df (diff)
gnu: nmrpflash: Update to 0.9.26.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.26. Change-Id: I27de91b047dcbad32b613d55069a1fd6cc13607e
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f9cf7f8364a..7c4311f239e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5588,7 +5588,7 @@ entries, providing commands to add, remove, comment, and search.")
5588(define-public nmrpflash 5588(define-public nmrpflash
5589 (package 5589 (package
5590 (name "nmrpflash") 5590 (name "nmrpflash")
5591 (version "0.9.25") 5591 (version "0.9.26")
5592 (source 5592 (source
5593 (origin 5593 (origin
5594 (method git-fetch) 5594 (method git-fetch)
@@ -5597,7 +5597,7 @@ entries, providing commands to add, remove, comment, and search.")
5597 (url "https://github.com/jclehner/nmrpflash") 5597 (url "https://github.com/jclehner/nmrpflash")
5598 (commit (string-append "v" version)))) 5598 (commit (string-append "v" version))))
5599 (sha256 5599 (sha256
5600 (base32 "0xqvj52m6rk0gma8saqvp8b4jms9hca8i1v2kb5hcd6miaqgx276")) 5600 (base32 "19dna96qg32nscvsalgd0xslp3da84aj196cczdm0ixhv1k9pvi3"))
5601 (file-name (git-file-name name version)))) 5601 (file-name (git-file-name name version))))
5602 (build-system gnu-build-system) 5602 (build-system gnu-build-system)
5603 (arguments 5603 (arguments