guix_mirror_bot pushed a commit to branch master in repository guix. commit 39367541535bfa28d958c0f96692b282428f2c29 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Mon Sep 15 12:11:39 2025 +0200
gnu: Remove protobuf-c-for-aiscm. * gnu/packages/protobuf.scm (protobuf-c-for-aiscm): Delete variable. Change-Id: Ibd1b0d5317c73a7eaa47bf219e9517e3cd8ba287 --- gnu/packages/protobuf.scm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 4b9e5909e8..793eccd6ce 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -376,20 +376,6 @@ generator that converts Protocol Buffer @code{.proto} files to C descriptor code.") (license license:bsd-2))) -(define-public protobuf-c-for-aiscm - (package - (inherit protobuf-c) - (version "1.3.3") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/protobuf-c/protobuf-c/" - "releases/download/v" version - "/protobuf-c-" version ".tar.gz")) - (sha256 - (base32 - "0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592")))) - (inputs (list protobuf-3.6)))) - (define-public protozero (package (name "protozero")