diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 00:36:52 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:20 +0100 |
| commit | 24bc3fb935e69fec299e47b24cc1f528e118b9ce (patch) | |
| tree | f6c957396ffa4f8d096a81a179d76f45e4b5d365 /gnu/packages/version-control.scm | |
| parent | d1939ee8d2483e512d3753c08f25f77f9fc56d50 (diff) | |
gnu: breezy: Update to 3.3.21.
* gnu/packages/version-control.scm (breezy): Update to 3.3.21.
[source]: Switch to git-fetch.
[inputs]: Replace python-dulwich-0.24 by python-dulwich.
* gnu/packages/rust-crates.scm: Refresh them accordingly.
Change-Id: I2bb7b8488a7239017ee981f0bf4e75b445e846fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f05b6066a82..a3cd17d1b72 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -191,19 +191,16 @@ | |||
| 191 | (define-public breezy | 191 | (define-public breezy |
| 192 | (package | 192 | (package |
| 193 | (name "breezy") | 193 | (name "breezy") |
| 194 | (version "3.3.15") | 194 | (version "3.3.21") |
| 195 | (source | 195 | (source |
| 196 | (origin | 196 | (origin |
| 197 | (method url-fetch) | 197 | (method git-fetch) |
| 198 | (uri (string-append "https://launchpad.net/brz/" | 198 | (uri (git-reference |
| 199 | (version-major+minor version) "/" version | 199 | (url "https://github.com/breezy-team/breezy") |
| 200 | "/+download/breezy-" version ".tar.gz")) | 200 | (commit (string-append "brz-" version)))) |
| 201 | (modules '((guix build utils))) | 201 | (file-name (git-file-name name version)) |
| 202 | ;; Delete pre-generated Cython C files. | ||
| 203 | (snippet '(for-each delete-file (find-files "." "\\pyx.c$"))) | ||
| 204 | (sha256 | 202 | (sha256 |
| 205 | (base32 | 203 | (base32 "136fnvda27pm3y123x8mg955kxbjhk5qrygf2h0pjjm28la0gijb")))) |
| 206 | "0manyzwi04xcdr6swnja1z3087am0axzymr2ggqd8ni5jfkpdvbj")))) | ||
| 207 | (build-system pyproject-build-system) | 204 | (build-system pyproject-build-system) |
| 208 | (arguments | 205 | (arguments |
| 209 | (list | 206 | (list |
| @@ -297,7 +294,7 @@ | |||
| 297 | (compose list make-rust-sysroot)) | 294 | (compose list make-rust-sysroot)) |
| 298 | '()))) | 295 | '()))) |
| 299 | (inputs (cons* python-configobj | 296 | (inputs (cons* python-configobj |
| 300 | python-dulwich-0.24 | 297 | python-dulwich |
| 301 | python-fastbencode | 298 | python-fastbencode |
| 302 | python-fastimport | 299 | python-fastimport |
| 303 | python-launchpadlib | 300 | python-launchpadlib |
