GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/php-xyz.scm (php-symfony-polyfill-uuid): New variable.
Change-Id: I0665b86b5cc4070a33336d409392d99d960caade
---
gnu/packages/php-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 820aad9d0e..1e00b2e84d 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2191,3 +2191,22 @@ (define-public php-symfony-polyfill-mbstring
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-polyfill-uuid
+ (package
+ (name "php-symfony-polyfill-uuid")
+ (version "1.28.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/polyfill-uuid")
+ (commit "9c44518a5aff8da565c8a55dbe85d2769e6f630e")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0l7q6hj0xbibq0417q25kvvpwy5mq6fkwvi675yrw3q9w3advrrx"))))
+ (build-system composer-build-system)
+ (synopsis "UUIDs for older PHP versions")
+ (description "This package provides Symfony polyfill for uuid functions.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.