summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-07 21:22:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-07 21:38:21 +0200
commit6b1b6b0ed06cf7593ad8476cfa28273ed0bdb44d (patch)
tree628fd797e90cdb16dc5c1f88565b063917b08b88 /gnu
parent0bc6ae5843a29320bea971c6a3a0a3b6814fb291 (diff)
downloadguix-6b1b6b0ed06cf7593ad8476cfa28273ed0bdb44d.tar.gz
gnu: nmrpflash: Update to 0.9.15.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
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 4cb23ddc01..06fc6baa46 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