diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-18 17:26:03 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-18 23:17:46 +0100 |
| commit | 6c8e58f0e442d9816d8021125a6e0ce56ed52f16 (patch) | |
| tree | bff88ea608845a8b368e812e10120d9b6278ffe9 /gnu/packages/version-control.scm | |
| parent | 489d9944c29dac2650b9c65cc2c93d5a7d0222e0 (diff) | |
gnu: breezy: Update to 3.3.15.
* gnu/packages/version-control.scm (breezy): Update to 3.3.15.
[#:phases]: Remove 'relax-gcc-14-strictness phase.
[native-inputs]: Replace python-cython-0 with python-cython.
[inputs]: Replace python-dulwich with python-dulwich-0.24.
* gnu/packages/rust-crates.scm (breezy): Update crates accordingly.
Fixes: guix/guix#6478
Change-Id: I5d527e871304a0543626bc68293740402584c25a
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 6496736d043..1243cbfcd37 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -188,7 +188,7 @@ (define-public breezy (package (name "breezy") - (version "3.3.11") + (version "3.3.15") (source (origin (method url-fetch) @@ -200,7 +200,7 @@ (snippet '(for-each delete-file (find-files "." "\\pyx.c$"))) (sha256 (base32 - "0fxv7ca6qbrj6bvrbfgjrd9ldppa8zq8hc461rikh85c5xg9rjqi")))) + "0manyzwi04xcdr6swnja1z3087am0axzymr2ggqd8ni5jfkpdvbj")))) (build-system pyproject-build-system) (arguments (list @@ -231,10 +231,6 @@ (find-files "breezy/tests")) (("#!/bin/sh") (format #f "#!~a" (which "sh")))))) - (add-after 'unpack 'relax-gcc-14-strictness - (lambda _ - (setenv "CFLAGS" - (string-append "-g -O2 -Wno-error=implicit-function-declaration")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? @@ -259,7 +255,7 @@ (native-inputs (append (list gettext-minimal - python-cython-0 + python-cython python-setuptools python-setuptools-gettext python-setuptools-rust @@ -276,7 +272,7 @@ (compose list make-rust-sysroot)) '()))) (inputs (cons* python-configobj - python-dulwich + python-dulwich-0.24 python-fastbencode python-fastimport python-launchpadlib |
