diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-22 00:25:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-22 01:02:14 +0200 |
commit | 41a34981282e8e2cce7419ac9da39bb248227237 (patch) | |
tree | ba95d95814dd5ed93d68b344639ab28800ebcfa0 /gnu/packages/admin.scm | |
parent | 4286a6b0858025262cae281bf62c7e88b4671697 (diff) | |
download | patches-41a34981282e8e2cce7419ac9da39bb248227237.tar patches-41a34981282e8e2cce7419ac9da39bb248227237.tar.gz |
gnu: cbatticon: Update to 1.6.9.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.9.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 c6ed4c6d4a..3d8c247f57 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2251,7 +2251,7 @@ produce uniform output across heterogeneous networks.") (define-public cbatticon (package (name "cbatticon") - (version "1.6.8") + (version "1.6.9") (source (origin (method git-fetch) @@ -2259,7 +2259,7 @@ produce uniform output across heterogeneous networks.") (url "https://github.com/valr/cbatticon.git") (commit version))) (sha256 - (base32 "16g26vin1693dbdr9qsnw36fdchx394lp79gvp7gcbw0w1ny9av6")) + (base32 "0kw09d678sd3m18fmi4380sl4a2m5lkfmq0kps16cdmq7z80rvaf")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |