guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e19ef2dbe725ff8d23cd7f68f81e7c16f366a13
Author: Mathieu Lirzin <[email protected]>
AuthorDate: Sun Jan 18 16:37:15 2026 +0100

    gnu: java-hamcrest-core: Deprecate.
    
    * gnu/packages/java.scm (java-hamcrest-core): Deprecate.
    
    Change-Id: I515f51c36ca4b92172812673308799da401704db
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/java.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8254cf89bf..30ca36d7ef 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3543,6 +3543,7 @@ testing frameworks, mocking libraries and UI validation 
rules.")
   (package
     (name "java-hamcrest-core")
     (version "1.3")
+    (properties `((superseded . ,java-hamcrest)))
     (source (origin
               (method git-fetch)
               (uri (git-reference

Reply via email to