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-doctrine-deprecations): Update to 1.1.3.
---
gnu/packages/php-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 0b7d97000f..fdc27f8ca4 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -138,16 +138,16 @@ (define-public php-doctrine-common
(define-public php-doctrine-deprecations
(package
(name "php-doctrine-deprecations")
- (version "1.1.1")
+ (version "1.1.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/doctrine/deprecations")
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15xq18cl1ws37ansc8h1chbjgybvljxsjgwlp8w3ia5zffwxhrdd"))))
+ (base32 "0h6j374ayv67nga54ms16hk8ss6lsf2xhiyshnmhsgl2xw41lb2j"))))
(build-system composer-build-system)
(inputs
(list php-doctrine-lexer php-psr-cache))
--
2.46.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.