all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart <jgart@dismail.de>
To: Guix Help <help-guix@gnu.org>
Subject: guix refuses to build a package even after I...
Date: Thu, 10 Nov 2022 13:37:24 -0600	[thread overview]
Message-ID: <20221110133724.GB14003@dismail.de> (raw)

Hi,

Guix refuses to build a package even after I changed the first digit of
the hash and changed the version field.

Is there any way that I can force guix to pick up the file change?

diff:

--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1333,7 +1333,7 @@ (define-public postgresql postgresql-14)
 (define-public timescaledb
   (package
     (name "timescaledb")
-    (version "2.7.0")
+    (version "2.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1342,7 +1342,7 @@ (define-public timescaledb
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18wszj8ia5rs4y4zkyfb0f5z4y1g7ac3jym748nbkbszhxmq7nc7"))
+                "08wszj8ia5rs4y4zkyfb0f5z4y1g7ac3jym748nbkbszhxmq7nc7"))
               (patches (search-patches "timescaledb-flaky-test.patch"))
               (modules '((guix build utils)))
               (snippet

cli:

λ guix shell -D guix
hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables.

 guix-shell  ./pre-inst-env guix build timescaledb
The following graft will be made:
   /gnu/store/d0mgk7af1y7hl62jqpykm751iyzy6121-timescaledb-2.7.0.drv
applying 2 grafts for timescaledb-2.7.0 ...
grafting '/gnu/store/78ildbrzjpfkmh28r0z036zpgfnlci32-timescaledb-2.7.0' -> '/gnu/store/jf990i7zcvbfb49rwbm4vz1wsa436zdx-timescaledb-2.7.0'...
successfully built /gnu/store/d0mgk7af1y7hl62jqpykm751iyzy6121-timescaledb-2.7.0.drv
successfully built /gnu/store/d0mgk7af1y7hl62jqpykm751iyzy6121-timescaledb-2.7.0.drv
/gnu/store/jf990i7zcvbfb49rwbm4vz1wsa436zdx-timescaledb-2.7.0

It's still trying to build 2.7.0 even though I changed the file in the two places seen above.

How comes?

jgart


             reply	other threads:[~2022-11-10 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 19:37 jgart [this message]
2022-11-10 19:39 ` guix refuses to build a package even after I (

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110133724.GB14003@dismail.de \
    --to=jgart@dismail.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.