guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: nmrpflash: Update to 0.9.15.


From: guix-commits
Subject: 02/04: gnu: nmrpflash: Update to 0.9.15.
Date: Wed, 7 Apr 2021 15:38:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6b1b6b0ed06cf7593ad8476cfa28273ed0bdb44d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 21:22:52 2021 +0200

    gnu: nmrpflash: Update to 0.9.15.
    
    * gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
---
 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 4cb23dd..06fc6ba 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4318,7 +4318,7 @@ entries, providing commands to add, remove, comment, and 
search.")
 (define-public nmrpflash
   (package
     (name "nmrpflash")
-    (version "0.9.14")
+    (version "0.9.15")
     (source
      (origin
        (method git-fetch)
@@ -4327,7 +4327,7 @@ entries, providing commands to add, remove, comment, and 
search.")
          (url "https://github.com/jclehner/nmrpflash";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "1fdjrxhjs96rdclbkld57xarf592slhkp79h46z833npxpn12ck1"))
+        (base32 "0ssfls1sfh8w748qsnkfgndlpw395100x2yynzbk5jd56scxvp20"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]