guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f40de94c7c6a103a5d48898e219e2dbf840af3ef
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 7 14:27:22 2026 +0100
gnu: Remove python-harmony.
* gnu/packages/messaging.scm (python-harmony): Delete variable.
Fixes: guix/guix#5386
Change-Id: I057f05e4a6c08ae86245929ead483d2a2fa2dbbe
---
gnu/packages/messaging.scm | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b49397ec21..249f036682 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3364,33 +3364,6 @@ for notification of events.")
(home-page "https://github.com/taylordotfish/librecaptcha")
(license license:gpl3+)))
-(define-public python-harmony
- ;; TODO: Remove python-harmony? Repository is archived.
- (package
- (name "python-harmony")
- (version "0.7.2")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/taylordotfish/harmony")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1d202pymabzvkzmxpplyjv55x74g937abxmnxdg9bxjjvp85c1nv"))))
- (build-system pyproject-build-system)
- (arguments
- (list #:tests? #f)) ;no tests in repository
- (native-inputs
- (list python-setuptools))
- (inputs
- (list python-librecaptcha python-keyring python-requests))
- (synopsis "Discord account management")
- (description "This package provides account management tools for
-Discord.")
- (home-page "https://github.com/taylordotfish/harmony")
- (license license:gpl3+)))
-
(define-public python-pypresence
(package
(name "python-pypresence")