guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67902] [PATCH v4 97/98] gnu: php-doctrine-deprecations: Update to 1


From: Nicolas Graves
Subject: [bug#67902] [PATCH v4 97/98] gnu: php-doctrine-deprecations: Update to 1.1.3.
Date: Mon, 7 Oct 2024 23:45:05 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]