guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e9fcb744f99e7808cbcecf4c9d261413922b6759
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Jan 4 09:33:30 2026 +0300

    gnu: nmrpflash: Update to 0.9.26.
    
    * gnu/packages/admin.scm (nmrpflash): Update to 0.9.26.
    
    Change-Id: I27de91b047dcbad32b613d55069a1fd6cc13607e
---
 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 f9cf7f8364..7c4311f239 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5588,7 +5588,7 @@ entries, providing commands to add, remove, comment, and 
search.")
 (define-public nmrpflash
   (package
     (name "nmrpflash")
-    (version "0.9.25")
+    (version "0.9.26")
     (source
      (origin
        (method git-fetch)
@@ -5597,7 +5597,7 @@ entries, providing commands to add, remove, comment, and 
search.")
          (url "https://github.com/jclehner/nmrpflash";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0xqvj52m6rk0gma8saqvp8b4jms9hca8i1v2kb5hcd6miaqgx276"))
+        (base32 "19dna96qg32nscvsalgd0xslp3da84aj196cczdm0ixhv1k9pvi3"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to