unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* minetest, minetest-data, and minetest-mineclone, have updated.
@ 2021-03-17 18:10 Matthew Brooks
  2021-03-17 19:48 ` zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Brooks @ 2021-03-17 18:10 UTC (permalink / raw)
  To: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Not sure where the proper place is to report updates, so I figured I'd post it here for now.

minetest, minetest-data, and minetest-mineclone, all have updates.

minetest's new version is "5.4.0", and it's new hash is "1a17g6cmxrscnqwpwrd4w2ck3dgvplyfq4kzyimilfpqar1q69j9".

minetest-data's new hash is "11dz36z0pj2r7i8xm8v5lskzws81ckj6sc0avlmvdl8qdc9x83w5". (It's version is automatically matched to minetest's.)

minetest-mineclone's new version is "0.71.0", and it's new hash is "0qm809dqvxc7pa1cr9skmglq9vrbq5hhm4c4m5yi46ldh1v96dgf".

I've attached a patch for convenience.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: minetest.patch --]
[-- Type: text/x-patch, Size: 1904 bytes --]

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2f48a9fb75..8a7cd80d2d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3464,7 +3464,7 @@ match, cannon keep, and grave-itation pit.")
 (define-public minetest
   (package
     (name "minetest")
-    (version "5.3.0")
+    (version "5.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3473,7 +3473,7 @@ match, cannon keep, and grave-itation pit.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "03ga3j3cg38w4lg4d4qxasmnjdl8n3lbizidrinanvyfdyvznyh6"))
+                "1a17g6cmxrscnqwpwrd4w2ck3dgvplyfq4kzyimilfpqar1q69j9"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -3541,7 +3541,7 @@ in different ways.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1liciwlh013z5h08ib0psjbwn5wkvlr937ir7kslfk4vly984cjx"))))
+                "11dz36z0pj2r7i8xm8v5lskzws81ckj6sc0avlmvdl8qdc9x83w5"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("source" ,source)))
@@ -3566,7 +3566,7 @@ in different ways.")
 (define-public minetest-mineclone
   (package
     (name "minetest-mineclone")
-    (version "0.66.2")
+    (version "0.71.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3575,7 +3575,7 @@ in different ways.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0miszzlzplpvaj0j1yii9867ydr42wsaqa9g6grxdrci75p05g00"))))
+                "0qm809dqvxc7pa1cr9skmglq9vrbq5hhm4c4m5yi46ldh1v96dgf"))))
     (build-system copy-build-system)
     (arguments
      `(#:install-plan

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: minetest, minetest-data, and minetest-mineclone, have updated.
  2021-03-17 18:10 minetest, minetest-data, and minetest-mineclone, have updated Matthew Brooks
@ 2021-03-17 19:48 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2021-03-17 19:48 UTC (permalink / raw)
  To: Matthew Brooks, help-guix@gnu.org

Hi, Matthew

On Wed, 17 Mar 2021 at 13:10, Matthew Brooks <matthewfbrooks@mailbox.org> wrote:
> Not sure where the proper place is to report updates, so I figured I'd
> post it here for now.

Thanks for the report.
>
> minetest, minetest-data, and minetest-mineclone, all have updates.
>
> minetest's new version is "5.4.0", and it's new hash is
> "1a17g6cmxrscnqwpwrd4w2ck3dgvplyfq4kzyimilfpqar1q69j9". 
>
> minetest-data's new hash is
> "11dz36z0pj2r7i8xm8v5lskzws81ckj6sc0avlmvdl8qdc9x83w5". (It's version
> is automatically matched to minetest's.)
>
> minetest-mineclone's new version is "0.71.0", and it's new hash is
> "0qm809dqvxc7pa1cr9skmglq9vrbq5hhm4c4m5yi46ldh1v96dgf".

What do you think to submit these as 2 patches to guix-patches?

The entry point is:

<https://guix.gnu.org/manual/devel/en/guix.html#Contributing>

which can be summarized as:

  guix environment guix --ad-hoc git:send-email
  ./bootstrap
  ./configure –localstatedir=/var/
  make

then update the version number and hash of one package minetest and
minetest-data then build the new version:

  ./pre-inst-env guix build minetest minetest-data --no-grafts

you can also use build a second time with the option --check to ensure
that the package build reproductibly.  Commit with a message according
the standards.  Repeat for the other package.  Use git-format-patch and
send with git-send-email the first patch to guix-patches@gnu.org, wait
and send the second to 123456@debbugs.gnu.org where 123456 is the bug
number returned by Debbugs.

Feel free to ask any question if you need help and/or advice.


Cheers,
simon


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 18:10 minetest, minetest-data, and minetest-mineclone, have updated Matthew Brooks
2021-03-17 19:48 ` zimoun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).