[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 84/95] gnu: Add php-symfony-translation-contracts.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 84/95] gnu: Add php-symfony-translation-contracts. |
Date: |
Tue, 19 Dec 2023 14:58:05 +0100 |
* gnu/packages/php-xyz.scm (php-symfony-translation-contracts): New variable.
Change-Id: I36e2c9e50ce2af4d4db531a5a6522ffd6c62990f
---
gnu/packages/php-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 67c385d3d1..89ea42794f 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2290,3 +2290,23 @@ (define-public php-symfony-string
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-translation-contracts
+ (package
+ (name "php-symfony-translation-contracts")
+ (version "3.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/translation-contracts")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jx7pj30qb94hb8qnav8dp3aif3j0mh66km76dpzj44hz77qnq7l"))))
+ (build-system composer-build-system)
+ (synopsis "PHP translation abstractions")
+ (description "This package provides generic abstractions related to
+translation.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 82/95] gnu: Add php-symfony-stopwatch., (continued)
- [bug#67902] [PATCH 82/95] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 90/95] gnu: Add php-doctrine-annotations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 92/95] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 83/95] gnu: Add php-symfony-string., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 86/95] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 87/95] gnu: Add php-symfony-var-exporter., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 88/95] gnu: Add php-symfony-yaml., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 91/95] gnu: Add php-doctrine-dbal., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 89/95] gnu: Add php-doctrine-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 93/95] gnu: Add php-twig-twig., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 84/95] gnu: Add php-symfony-translation-contracts.,
Nicolas Graves <=
- [bug#67902] [PATCH 85/95] gnu: Add php-symfony-uid., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 94/95] gnu: Add php-webmozart-assert., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 95/95] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 02/95 v2] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2023/12/19