guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: nmrpflash: Update to 0.9.16.


From: guix-commits
Subject: 01/05: gnu: nmrpflash: Update to 0.9.16.
Date: Wed, 5 Jan 2022 05:20:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 56b29a61e8e7ce9b7abc1662972300ef1a61290c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 4 23:25:48 2022 +0100

    gnu: nmrpflash: Update to 0.9.16.
    
    * gnu/packages/admin.scm (nmrpflash): Update to 0.9.16.
---
 gnu/packages/admin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index deac09c23b..d45857150f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4508,7 +4508,7 @@ entries, providing commands to add, remove, comment, and 
search.")
 (define-public nmrpflash
   (package
     (name "nmrpflash")
-    (version "0.9.15")
+    (version "0.9.16")
     (source
      (origin
        (method git-fetch)
@@ -4517,7 +4517,7 @@ entries, providing commands to add, remove, comment, and 
search.")
          (url "https://github.com/jclehner/nmrpflash";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0ssfls1sfh8w748qsnkfgndlpw395100x2yynzbk5jd56scxvp20"))
+        (base32 "0gp66l3a2wznjnlc2ljs8g38mfrf1b9a0qcfxqg2bczmfxnrsynj"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
@@ -4534,8 +4534,7 @@ entries, providing commands to add, remove, comment, and 
search.")
          (delete 'configure)
          (add-before 'install 'prepare-install
            (lambda* (#:key outputs #:allow-other-keys)
-             (mkdir-p (string-append (assoc-ref outputs "out") "/bin"))
-             #t)))))
+             (mkdir-p (string-append (assoc-ref outputs "out") "/bin")))))))
     (home-page "https://github.com/jclehner/nmrpflash";)
     (synopsis "Netgear unbrick utility")
     (description "This package provides a utility to flash a new firmware



reply via email to

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