aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/freedesktop.scm4
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))
ght names....* gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Greg Hogan 2021-09-12gnu: global: Fix wrap phase....* gnu/packages/code.scm (global)[arguments]: Wrap python script with GUIX_PYTHONPATH. Efraim Flashner 2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-08-31gnu: global: Add ctags support....* gnu/packages/code.scm (global)[inputs]: Add bash-minimal, universal-ctags, python-pygments. [arguments]: Add configure-flags to find ctags. Add phases to install plugins and to wrap python script with PYTHONPATH. Efraim Flashner 2021-08-20gnu: the-silver-searcher: Fix build....* gnu/packages/code.scm (the-silver-searcher)[arguments]: Pass the -fcommon flag that is required since the GCC 10 switch. Mathieu Othacehe 2021-07-29gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here. Maxim Cournoyer 2021-07-28gnu: global: Update to 6.6.7....* gnu/packages/code.scm (global): Update to 6.6.7. Efraim Flashner 2021-07-28gnu: global: Fix lisp install dir....* gnu/packages/code.scm (global)[arguments]: Adjust custom 'post-install phase to move emacs files to the correct directory. Efraim Flashner 2021-05-18gnu: universal-ctags: Update to 5.9.20210509.0....* gnu/packages/code.scm (universal-ctags): Update to 5.9.20210509.0. [source](snippet): Adjust unbundling substitution. [arguments]: Add #:test-target. Patch more files before bootstrapping. Remove trailing #t's. [native-inputs]: Use PACKCC instead of an ad-hoc fork. Marius Bakke 2021-05-02gnu: global: Update to 6.6.6....* gnu/packages/code.scm (global): Update to 6.6.6. Tobias Geerinckx-Rice 2021-05-02gnu: cloc: Update to 1.90....* gnu/packages/code.scm (cloc): Update to 1.90. Tobias Geerinckx-Rice 2021-04-28gnu: global: Fix cross compiling....Coreutils was removed during patch review erroneously. Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/code.scm (global)[inputs]: Add coreutils. Efraim Flashner 2021-04-28gnu: global: Fix globash....* gnu/packages/code.scm (global)[arguments]: Add 'fix-globash phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> luhui 2021-04-05gnu: sloccount: Update source URL....* gnu/packages/code.scm (sloccount)[source, home-page]: Update. Ludovic Courtès