diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:01:00 +0100 |
commit | 1b0027944b41b2d08c48e30f01e2886e6c8526eb (patch) | |
tree | 01a910c00ebd71549f3feb9552298a3fc6fc63b6 /gnu | |
parent | 2b37e43fbd0b4a623c80d3d61ffda2e58fc3c7d8 (diff) | |
download | guix-1b0027944b41b2d08c48e30f01e2886e6c8526eb.tar.gz |
gnu: basu: Update to 0.2.1.
* gnu/packages/freedesktop.scm (basu): Update to 0.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 130a7adec4..02898bfe36 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -812,7 +812,7 @@ of a the system to know what users are logged in, and where.") (define-public basu (package (name "basu") - (version "0.2.0") + (version "0.2.1") (home-page "https://git.sr.ht/~emersion/basu") (source (origin @@ -823,7 +823,7 @@ of a the system to know what users are logged in, and where.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0h23n7wg18xc7xwldca18wi00iajyliixwicqyvv38qx831d8q18")))) + (base32 "054mg6f9aqi0i3i3w8fc37qnns1vng3qq5b8nfd9g51wi8h891nc")))) (build-system meson-build-system) (native-inputs (list pkg-config python gperf)) |