guix_mirror_bot pushed a commit to branch sysadmin-team
in repository guix.

commit ba2225e84a407825167cff8352644967fea07ba2
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 26 22:40:19 2025 +0200

    gnu: postgresql-15: Don't inherit source.
    
    * gnu/packages/databases.scm (postgresql-15)[source]: Avoid
    inheritance where it's not useful.
    
    Change-Id: I6651a9ae6908e6c6a32f9194d4a5bd9400fe8462
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7829cef128..9fb6dd0790 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1616,7 +1616,7 @@ pictures, sounds, or video.")
     (name "postgresql")
     (version "15.15")
     (source (origin
-              (inherit (package-source postgresql-16))
+              (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256

Reply via email to