diff options
| author | Arun Isaac | 2026-02-24 23:39:20 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-02-24 23:39:20 +0000 |
| commit | 7235294af514f9cd5273c7694fe453ed7d8b35e3 (patch) | |
| tree | 9ff505f3d18e1d057c62e09d1022d3ddb5f8a1bd /arunisaac | |
| parent | b890134c8e999973b26834c9581214c95fe82088 (diff) | |
| download | guix-arunisaac-7235294af514f9cd5273c7694fe453ed7d8b35e3.tar.gz guix-arunisaac-7235294af514f9cd5273c7694fe453ed7d8b35e3.tar.lz guix-arunisaac-7235294af514f9cd5273c7694fe453ed7d8b35e3.zip | |
Upstream moved python-colorama. Change-Id: Ie3cad956e56f3a2a90a16080ae90661ad59539e1
Diffstat (limited to 'arunisaac')
| -rw-r--r-- | arunisaac/openconnect.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arunisaac/openconnect.scm b/arunisaac/openconnect.scm index 45238e4..a5ea2a0 100644 --- a/arunisaac/openconnect.scm +++ b/arunisaac/openconnect.scm @@ -1,5 +1,5 @@ ;;; guix-arunisaac --- arunisaac's Guix odds and ends -;;; Copyright © 2025 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2025, 2026 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of guix-arunisaac. ;;; @@ -22,13 +22,13 @@ #:select (python-pytest python-pytest-asyncio python-pytest-httpserver)) #:use-module ((gnu packages freedesktop) #:select (python-pyxdg)) #:use-module ((gnu packages python-build) - #:select (python-poetry-core python-toml)) + #:select (python-colorama python-poetry-core python-toml)) #:use-module ((gnu packages python-crypto) #:select (python-keyring python-pyotp)) #:use-module ((gnu packages python-web) #:select (python-requests)) #:use-module ((gnu packages python-xyz) - #:select (python-attrs python-colorama - python-prompt-toolkit python-pysocks python-structlog)) + #:select (python-attrs python-prompt-toolkit + python-pysocks python-structlog)) #:use-module ((gnu packages qt) #:select (python-pyqt-6 python-pyqtwebengine-6)) #:use-module ((gnu packages vpn) #:select (openconnect)) |
