[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/24: gnu: breezy: Update to 3.2.2.
From: |
guix-commits |
Subject: |
24/24: gnu: breezy: Update to 3.2.2. |
Date: |
Tue, 24 May 2022 20:23:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d129d962e437fd215c5e9428fc1b26e2d72ffbda
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200
gnu: breezy: Update to 3.2.2.
* gnu/packages/version-control.scm (breezy): Update to 3.2.2.
[inputs]: Add python-fastbencode.
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5badc28fc5..9d0786d2d9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2015, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
-;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017, 2020 EuAndreh <eu@euandre.org>
@@ -180,7 +180,7 @@ as well as the classic centralized workflow.")
(define-public breezy
(package
(name "breezy")
- (version "3.2.1")
+ (version "3.2.2")
(source
(origin
(method url-fetch)
@@ -188,14 +188,14 @@ as well as the classic centralized workflow.")
(version-major+minor version) "/" version
"/+download/breezy-" version ".tar.gz"))
(sha256
- (base32
- "0p6q545xpmxa6fgvkjglfpqpybg33817vhw0a82az8i83bmnicp0"))))
+ (base32 "1md4b6ajawf5h50fqizmjj0g833ihc674dh7fn0mvl4d412nwyhq"))))
(build-system python-build-system)
;; TODO: Maybe regenerate C files with Cython?
(inputs
`(("gettext" ,gettext-minimal)
("python-configobj" ,python-configobj)
("python-dulwich" ,python-dulwich)
+ ("python-fastbencode" ,python-fastbencode)
("python-fastimport" ,python-fastimport)
("python-paramiko" ,python-paramiko)
("python-patiencediff" ,python-patiencediff)
- 02/24: gnu: ytnef: Update to 2.0., (continued)
- 02/24: gnu: ytnef: Update to 2.0., guix-commits, 2022/05/24
- 08/24: gnu: jitterentropy-rngd: Update to 1.2.7., guix-commits, 2022/05/24
- 04/24: gnu: mbuffer: Update to 20220418., guix-commits, 2022/05/24
- 09/24: gnu: libinih: Update to 55., guix-commits, 2022/05/24
- 01/24: gnu: busybox: Update to 1.34.1., guix-commits, 2022/05/24
- 17/24: gnu: iotop: Update to 0.6-0.a14256a., guix-commits, 2022/05/24
- 18/24: gnu: iotop: Rename to iotop-python., guix-commits, 2022/05/24
- 20/24: gnu: ltris: Update to 1.2.4., guix-commits, 2022/05/24
- 21/24: gnu: editres: Update to 1.0.8., guix-commits, 2022/05/24
- 22/24: gnu: criu: Update to 3.17., guix-commits, 2022/05/24
- 24/24: gnu: breezy: Update to 3.2.2.,
guix-commits <=
- 06/24: gnu: psmisc: Update to 23.5., guix-commits, 2022/05/24
- 03/24: gnu: ytnef: Don't build static library., guix-commits, 2022/05/24
- 07/24: gnu: fakeroot: Update to 1.28., guix-commits, 2022/05/24
- 14/24: gnu: asco: Update to 0.4.11., guix-commits, 2022/05/24
- 16/24: gnu: cowsay: Update to 3.7.0., guix-commits, 2022/05/24
- 12/24: gnu: libite: Don't build static library., guix-commits, 2022/05/24
- 11/24: gnu: libite: Update to 2.5.2., guix-commits, 2022/05/24
- 13/24: gnu: ropgadget: Use HTTPS home page., guix-commits, 2022/05/24
- 15/24: gnu: asco: Use SEARCH-INPUT-FILE., guix-commits, 2022/05/24
- 19/24: gnu: Add iotop, now in C., guix-commits, 2022/05/24