gnu: breezy: Update to 3.2.2.

* gnu/packages/version-control.scm (breezy): Update to 3.2.2.
[inputs]: Add python-fastbencode.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent 578d1b6374
commit d129d962e4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11,7 +11,7 @@
;;; Copyright © 2015, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is> ;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20172022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com> ;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017, 2020 EuAndreh <eu@euandre.org> ;;; Copyright © 2017, 2020 EuAndreh <eu@euandre.org>
@ -180,7 +180,7 @@ (define-public bazaar
(define-public breezy (define-public breezy
(package (package
(name "breezy") (name "breezy")
(version "3.2.1") (version "3.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -188,14 +188,14 @@ (define-public breezy
(version-major+minor version) "/" version (version-major+minor version) "/" version
"/+download/breezy-" version ".tar.gz")) "/+download/breezy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1md4b6ajawf5h50fqizmjj0g833ihc674dh7fn0mvl4d412nwyhq"))))
"0p6q545xpmxa6fgvkjglfpqpybg33817vhw0a82az8i83bmnicp0"))))
(build-system python-build-system) (build-system python-build-system)
;; TODO: Maybe regenerate C files with Cython? ;; TODO: Maybe regenerate C files with Cython?
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("python-configobj" ,python-configobj) ("python-configobj" ,python-configobj)
("python-dulwich" ,python-dulwich) ("python-dulwich" ,python-dulwich)
("python-fastbencode" ,python-fastbencode)
("python-fastimport" ,python-fastimport) ("python-fastimport" ,python-fastimport)
("python-paramiko" ,python-paramiko) ("python-paramiko" ,python-paramiko)
("python-patiencediff" ,python-patiencediff) ("python-patiencediff" ,python-patiencediff)