guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 49871d0d2ed83e8780c92f59dd86d88b8f7f12b3
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Mar 7 10:29:24 2026 +0300

    gnu: nmrpflash: Update to 0.9.27.
    
    * gnu/packages/admin.scm (nmrpflash): Update to 0.9.27.
    
    Change-Id: I20aa88b2345f8c18f1fc2f822bed3904c46e4af5
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 88a24f55fc..4cc8a45bfb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5704,7 +5704,7 @@ entries, providing commands to add, remove, comment, and 
search.")
 (define-public nmrpflash
   (package
     (name "nmrpflash")
-    (version "0.9.26")
+    (version "0.9.27")
     (source
      (origin
        (method git-fetch)
@@ -5713,7 +5713,7 @@ entries, providing commands to add, remove, comment, and 
search.")
          (url "https://github.com/jclehner/nmrpflash";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "19dna96qg32nscvsalgd0xslp3da84aj196cczdm0ixhv1k9pvi3"))
+        (base32 "1fi64cqdllxsradh1iczyxsqgn2kcncdfaf94xll30ghpyz06jb2"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to