From 63ef54411902d858e8bfc40691a73dec52312dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 15 Dec 2023 19:53:35 +0100 Subject: [PATCH] cargo-crev: update to 0.25.5. --- ...ix-index-guix-dependency-of-crevette.patch | 40 +++++++++++++++++++ srcpkgs/cargo-crev/template | 6 +-- 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch diff --git a/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch b/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch new file mode 100644 index 0000000000000..59656ae95c0c9 --- /dev/null +++ b/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch @@ -0,0 +1,40 @@ +From ad3ba20d878a410a92d496beb7cf8ddf1f18e739 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= + +Date: Fri, 15 Dec 2023 19:38:11 +0100 +Subject: [PATCH] fix index-guix dependency of crevette + +--- + Cargo.lock | 2 ++ + crevette/Cargo.toml | 2 +- + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/Cargo.lock b/Cargo.lock +index 7ab97e0..0416f03 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -3341,6 +3341,8 @@ dependencies = [ + [[package]] + name = "index-guix" + version = "1.0.0" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "bd5527d0b9a90f16299c4db9a1c93c74089abe2e38dbd640b69e4afc378038e3" + dependencies = [ + "gix 0.55.2", + "nom", +diff --git a/crevette/Cargo.toml b/crevette/Cargo.toml +index f40ed63..0acd77d 100644 +--- a/crevette/Cargo.toml ++++ b/crevette/Cargo.toml +@@ -23,7 +23,7 @@ toml_edit = { version = "0.21.0", features = ["serde"] } + cargo_author = { version = "1.0.6", optional = true } + flate2 = { version = "1.0.28", optional = true } + index-debcargo = { version = "1.1.0", optional = true } +-index-guix = { version = "1.0.0", optional = true, path = "../../index-guix" } ++index-guix = { version = "1.0.0", optional = true } + reqwest = { version = "0.11.22", features = ["blocking"], optional = true } + + [features] +-- +2.43.0 + diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template index 168b688a73815..9e08bd5a58b2f 100644 --- a/srcpkgs/cargo-crev/template +++ b/srcpkgs/cargo-crev/template @@ -1,7 +1,7 @@ # Template file for 'cargo-crev' pkgname=cargo-crev -version=0.23.3 -revision=3 +version=0.25.5 +revision=1 build_style=cargo make_install_args="--path ./cargo-crev" make_check_args="-- --skip creates_new_id_implicitly" @@ -13,7 +13,7 @@ license="MPL-2.0, MIT, Apache-2.0" homepage="https://github.com/crev-dev/cargo-crev" changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md" distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz" -checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b +checksum=3c26e9abb31ad008f2e1ced8c7b9b859027ce09d4b34fdf363dbf3a07626dca4 post_install() { vlicense LICENSE-APACHE