mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: deluge: Update to 2.0.5.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.
This commit is contained in:
parent
fc31774747
commit
1b13c71ad1
1 changed files with 3 additions and 9 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
||||||
;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
|
;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
|
||||||
|
;;; Copyright © 2022 Brice Waegeneire <brice@waegenei.re>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -521,7 +522,7 @@ (define-public qbittorrent
|
||||||
(define-public deluge
|
(define-public deluge
|
||||||
(package
|
(package
|
||||||
(name "deluge")
|
(name "deluge")
|
||||||
(version "2.0.3")
|
(version "2.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -530,7 +531,7 @@ (define-public deluge
|
||||||
(version-major+minor version) "/deluge-" version ".tar.xz"))
|
(version-major+minor version) "/deluge-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14d8kn2pvr1qv8mwqrxmj85jycr73vwfqz12hzag0ararbkfhyky"))))
|
"1n15dzfnz1gvb4cf046yhi404i3gs933qgz0ichna6r1znmh9gf4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
@ -562,13 +563,6 @@ (define-public deluge
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Remove this phase when upgrading to version 2.0.4 or beyond, as
|
|
||||||
;; the issue is fixed upstream.
|
|
||||||
(add-after 'unpack 'fix-gettext-warning
|
|
||||||
(lambda _
|
|
||||||
(substitute* "deluge/i18n/util.py"
|
|
||||||
(("names='ngettext'") "names=['ngettext']"))
|
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap
|
(add-after 'install 'wrap
|
||||||
(lambda* (#:key native-inputs inputs outputs #:allow-other-keys)
|
(lambda* (#:key native-inputs inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in a new issue