diff options
| author | Arun Isaac | 2026-06-30 14:44:06 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-30 14:44:06 +0100 |
| commit | ccaeeea3471ce8a37383e8c7569f3c1dcf724b6d (patch) | |
| tree | fd08787baece6b4f86c1ffb746db036bc56a353a /arunisaac | |
| parent | 3a9df9c9ae8316b88a86e090e3b87f7010651217 (diff) | |
| download | guix-arunisaac-ccaeeea3471ce8a37383e8c7569f3c1dcf724b6d.tar.gz guix-arunisaac-ccaeeea3471ce8a37383e8c7569f3c1dcf724b6d.tar.lz guix-arunisaac-ccaeeea3471ce8a37383e8c7569f3c1dcf724b6d.zip | |
Do not export python-keyring-23.9.
Diffstat (limited to 'arunisaac')
| -rw-r--r-- | arunisaac/openconnect.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arunisaac/openconnect.scm b/arunisaac/openconnect.scm index 46bbb18..c6d1aed 100644 --- a/arunisaac/openconnect.scm +++ b/arunisaac/openconnect.scm @@ -53,7 +53,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) -(define-public python-keyring-23.9 +(define python-keyring-23.9 (package (inherit python-keyring) (version "23.9.3") |
