[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: raspi-gpio: Make public.
From: |
guix-commits |
Subject: |
11/12: gnu: raspi-gpio: Make public. |
Date: |
Thu, 14 Mar 2024 09:49:13 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 8166d5b81ed6ca32434fb4e66fa8306a28e4949b
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Tue Mar 5 18:17:13 2024 +0100
gnu: raspi-gpio: Make public.
As it's unclear why it's not.
* gnu/packages/raspberry-pi.scm (raspi-gpio): Make variable public.
Change-Id: Iaf2789120a726d702d97c3a30a32e3b2cf5da3f1
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/raspberry-pi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index fb6434f57d..c4f03c3ed9 100644
--- a/gnu/packages/raspberry-pi.scm
+++ b/gnu/packages/raspberry-pi.scm
@@ -85,7 +85,7 @@ used in the Raspberry Pi")
(supported-systems '("armhf-linux" "aarch64-linux"))
(license license:gpl3)))
-(define raspi-gpio
+(define-public raspi-gpio
(let ((commit "6d0769ac04760b6e9f33b4aa1f11c682237bf368")
(revision "1"))
(package
- 02/12: gnu: openjdk12: Update source hash., (continued)
- 02/12: gnu: openjdk12: Update source hash., guix-commits, 2024/03/14
- 04/12: gnu: openjdk15: Update to 15.0.10., guix-commits, 2024/03/14
- 05/12: gnu: openjdk17: Update to 17.0.10., guix-commits, 2024/03/14
- 03/12: gnu: openjdk13: Update to 13.0.14., guix-commits, 2024/03/14
- 10/12: gnu: combinatorial-blas: Update source hash., guix-commits, 2024/03/14
- 08/12: gnu: openjdk21: Update to 21.0.2., guix-commits, 2024/03/14
- 06/12: gnu: openjdk18: Update to 18.0.2.1., guix-commits, 2024/03/14
- 09/12: doc: Fix section on LUKS support., guix-commits, 2024/03/14
- 12/12: teams: Add Tanguy Le Carrour., guix-commits, 2024/03/14
- 07/12: gnu: openjdk20: Update to 20.0.2., guix-commits, 2024/03/14
- 11/12: gnu: raspi-gpio: Make public.,
guix-commits <=