aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
commita8e3858c9e7fdb3407cddfe664eb784ac07b62b0 (patch)
tree4562bbf23f41ebb2313bc0ca10ed431558d1bb3c
parent1a7d730fe68b5b845ba412f4f7ee64fce727ecba (diff)
downloadguix-a8e3858c9e7fdb3407cddfe664eb784ac07b62b0.tar.gz
guix-a8e3858c9e7fdb3407cddfe664eb784ac07b62b0.zip
gnu: conflict: Update to 20221002.
* gnu/packages/shellutils.scm (conflict): Update to 20221002.
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 15e911a619..671848fd27 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -685,7 +685,7 @@ city, state, zip, or area code, it will check out.")
(define-public conflict
(package
(name "conflict")
- (version "20210108")
+ (version "20221002")
(source (origin
(method url-fetch)
(uri (string-append
@@ -693,7 +693,7 @@ city, state, zip, or area code, it will check out.")
version ".tgz"))
(sha256
(base32
- "0mls4climvp7v9hnc3zh01mh270kqcj797ng0xslwb027lipis4h"))))
+ "1z6z61yiss9m45m3agqs92l569r55w9nsqaap56kh568mcy3y64c"))))
(build-system gnu-build-system)
(arguments
`(#:phases
gind-configuration: Do not ignore 'handle-hibernate-key' by defa......Bruno Victal 2023-03-03services: desktop: Deprecate 'elogind-service' procedure....Bruno Victal 2023-02-28gnu: sugar-desktop-configuration: Allow specification of activities....Ricardo Wurmus 2023-02-28services: Add sugar-desktop-service-type....Ricardo Wurmus 2023-02-25services: gnome-desktop-service-type: Extend setuid-program-service-type....Maxim Cournoyer 2023-02-25services: desktop: Extract a new gnome-package procedure....Maxim Cournoyer 2023-02-25services: gnome-polkit-settings: Add spice-gtk....Maxim Cournoyer 2022-12-30services: enlightenment: Load ddcutil udev rules....Efraim Flashner 2022-12-26gnu: services: Fix bluetooth-service docstring....Ivan Vilata i Balaguer 2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès 2022-09-16services: desktop: Mount /var/lib/gdm on a tmpfs file system....Maxim Cournoyer 2022-09-16services: elogind-configuration-file: Do not serialize unspecified items....Maxim Cournoyer 2022-09-04services: upower: Default to a percentage-based policy....Ludovic Courtès 2022-09-04services: upower: Update default percentage values....Ludovic Courtès 2022-08-26gnu: seatd-service-type: Use seat group....muradm 2022-08-10services: elogind: Fix default behavior for lid close....Maxim Cournoyer 2022-06-17gnu: desktop: Add seatd-service-type....muradm 2022-05-28services: elogind: When started by dbus-daemon, wait for the Shepherd service....Ludovic Courtès 2022-04-29services: Add missing 'description' fields....Ludovic Courtès 2022-03-09services: bluetooth: Add missing config parameters....Demis Balbach 2022-01-06services: gnome: Add udev rules....Mathieu Othacehe 2021-12-08services: %desktop-services: Use SDDM rather than GDM on non-x86_64....Ludovic Courtès 2021-10-03services: desktop: Add the sticky bit to the X11 socket directory....Mathieu Othacehe 2021-07-29services: Migrate to <setuid-program>....Brice Waegeneire