diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-08-21 23:36:01 +0200 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-08-21 23:36:01 +0200 |
commit | 621b2972775aaf00e07c24c11c4342eef740a700 (patch) | |
tree | 620cf4545b0bf8a401d25bab39c157a02fd73d2a | |
parent | 2f5b9b6320e770738b4c0a0f5cc05b48b2169284 (diff) |
Guix renamed crates-io to rust-crates.
-rw-r--r-- | battering/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battering/packages/python-xyz.scm b/battering/packages/python-xyz.scm index 2f9a6ac..2627044 100644 --- a/battering/packages/python-xyz.scm +++ b/battering/packages/python-xyz.scm @@ -21,8 +21,8 @@ #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages rust-apps) + #:use-module (gnu packages rust-crates) #:use-module (gnu packages sphinx) - #:use-module (gnu packages crates-io) #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages tmux) |