diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:29:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:00 +0100 |
commit | 50db7df4d26bef655d744de5ae1e6441d1e9feeb (patch) | |
tree | 28a39533a022db484ccbb98c8539dd84ff3541e4 /gnu | |
parent | 4a62a29de3d4fba014d43ae68f16a24c7f7f93c0 (diff) | |
download | patches-50db7df4d26bef655d744de5ae1e6441d1e9feeb.tar patches-50db7df4d26bef655d744de5ae1e6441d1e9feeb.tar.gz |
gnu: cbatticon: Update to 1.6.10.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 98d82e3a50..d00e887071 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2517,7 +2517,7 @@ produce uniform output across heterogeneous networks.") (define-public cbatticon (package (name "cbatticon") - (version "1.6.9") + (version "1.6.10") (source (origin (method git-fetch) @@ -2525,7 +2525,7 @@ produce uniform output across heterogeneous networks.") (url "https://github.com/valr/cbatticon.git") (commit version))) (sha256 - (base32 "0kw09d678sd3m18fmi4380sl4a2m5lkfmq0kps16cdmq7z80rvaf")) + (base32 "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |