[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74542] [PATCH v2 01/16] transformations: Export ‘package-with-upstr
From: |
Ludovic Courtès |
Subject: |
[bug#74542] [PATCH v2 01/16] transformations: Export ‘package-with-upstream-version’. |
Date: |
Fri, 29 Nov 2024 10:40:04 +0100 |
* guix/transformations.scm (package-with-upstream-version): Export.
Change-Id: I8e09e69e9c32bffc329c97ef1c0258f750181b11
---
guix/transformations.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/transformations.scm b/guix/transformations.scm
index ea8b7a0844..9dfc4402c5 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -61,6 +61,8 @@ (define-module (guix transformations)
tunable-package?
tuned-package
+ package-with-upstream-version
+
show-transformation-options-help
transformation-option-key?
cacheable-transformation-option-key?
--
2.46.0
- [bug#74542] [PATCH 11/11] etc: Add upgrade manifest., (continued)
[bug#74542] [PATCH 00/11] Improved tooling for package updates, Ludovic Courtès, 2024/11/26
[bug#74542] [PATCH 00/11] Improved tooling for package updates, Simon Tournier, 2024/11/26
[bug#74542] [PATCH 00/11] Improved tooling for package updates, Suhail Singh, 2024/11/26
[bug#74542] [PATCH v2 01/16] transformations: Export ‘package-with-upstream-version’.,
Ludovic Courtès <=
[bug#74542] [PATCH v2 00/16] Improved tooling for package updates, Ludovic Courtès, 2024/11/29
[bug#74542] [PATCH v2 05/16] packages: Factorize ‘all-packages’., Ludovic Courtès, 2024/11/29
[bug#74542] [PATCH v2 04/16] guix build: Add ‘--development’ option., Ludovic Courtès, 2024/11/29
[bug#74542] [PATCH v2 10/16] gnu: gnutls: Change release monitoring URL., Ludovic Courtès, 2024/11/29
[bug#74542] [PATCH v2 08/16] gnu-maintenance: ‘gnu-ftp’ updater excludes GnuPG-hosted packages., Ludovic Courtès, 2024/11/29