From 2e45066db14c0a8427a193e886d133d6a5e13cd9 Mon Sep 17 00:00:00 2001 From: eriedaberrie <eriedaberrie@gmail.com> Date: Thu, 6 Mar 2025 17:08:28 +0000 Subject: [PATCH] chore: explicitly depend on uiop --- flake.lock | 12 ++++++------ sync-music.asd | 3 ++- time-window.asd | 3 ++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index b277a2c..fe2611c 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ ] }, "locked": { - "lastModified": 1719084187, - "narHash": "sha256-CPDgaFwExL5v7Y0IL6ID/wh9M7A0lGKOh1NS2CoglRM=", + "lastModified": 1741280860, + "narHash": "sha256-ppqlGaawmxXALJvge3VGmD064ZgypJ0WjioZErR7L1c=", "owner": "eriedaberrie", "repo": "cl-hyprland-ipc", - "rev": "5be47ac54bf6ce9e6ff0948d2933ab8590d19db7", + "rev": "dc5944a58a83c475885b3601e2a41c740c048054", "type": "github" }, "original": { @@ -25,11 +25,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1737885589, - "narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=", + "lastModified": 1741173522, + "narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8", + "rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049", "type": "github" }, "original": { diff --git a/sync-music.asd b/sync-music.asd index 7d10484..2a083c6 100644 --- a/sync-music.asd +++ b/sync-music.asd @@ -19,7 +19,8 @@ #:lparallel #:pathname-utils #:serapeum - #:uax-15)) + #:uax-15 + #:uiop)) (asdf:defsystem sync-music/cli :pathname #P"sync-music/" diff --git a/time-window.asd b/time-window.asd index e7990ab..cf8f20b 100644 --- a/time-window.asd +++ b/time-window.asd @@ -4,4 +4,5 @@ :entry-point "time-window:main" :components ((:file "package") (:file "time-window" :depends-on ("package"))) - :depends-on (#:cl-hyprland-ipc)) + :depends-on (#:cl-hyprland-ipc + #:uiop))