diff --git a/Cargo.toml b/Cargo.toml index 7b975e0..313cb63 100644 --- a/Cargo.toml +++ b/Cargo.toml.new @@ -75,17 +75,17 @@ version = "3" version = "0.2" [dependencies.wayland-client] -version = "0.27" +version = "0.28" [dependencies.wayland-protocols] -version = "0.27" +version = "0.28" features = ["client", "unstable_protocols"] [dev-dependencies.wayland-protocols] -version = "0.27" +version = "0.28" features = ["server", "unstable_protocols"] [dev-dependencies.wayland-server] -version = "0.27" +version = "0.28" [features] dlopen = ["native_lib", "wayland-client/dlopen", "wayland-server/dlopen"] lue='22530b2645d64658e4b7dea8801f5604dfd395a0'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
AgeCommit message (Expand)Author
2022-01-05gnu: tootle: Remove trailing #t in phases....* gnu/packages/mastodon.scm (tootle)[arguments]: Remove trailing #t. Ludovic Courtès
2022-01-05gnu: tootle: Simplify inputs....* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify. Ludovic Courtès
2022-01-05gnu: tootle: Fix build....* gnu/packages/patches/tootle-glib-object-naming.patch, gnu/packages/patches/tootle-reason-phrase.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/mastodon.scm (tootle)[source]: Use them. [inputs]: Use LIBSOUP-MINIMAL-2 instead of LIBSOUP. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Taiju HIGASHI
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-26gnu: toot: Honor the #:tests? flag....* gnu/packages/mastodon.scm (toot)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Efraim Flashner
2021-11-26gnu: toot: Update to 0.28.0....* gnu/packages/mastodon.scm (toot): Update to 0.28.0. Efraim Flashner