all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolay Korotkiy <sikmir@gmail.com>
To: 52818@debbugs.gnu.org
Cc: Nikolay Korotkiy <sikmir@gmail.com>
Subject: [bug#52818] [PATCH] gnu: proj: Fix version number.
Date: Mon, 27 Dec 2021 18:02:04 +0300	[thread overview]
Message-ID: <b14bfa32645798af04350e83dc726f3afd13d264.1640617324.git.sikmir@gmail.com> (raw)
In-Reply-To: <30fd06ec14656286d7c0c3326b7db093a0fe2773.1640617212.git.sikmir@gmail.com>

* gnu/packages/geo.scm (proj): Set to 7.2.1 instead of 7.2.0.
---
 gnu/packages/geo.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f7866d4b4b..8e5965c97c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -517,7 +517,13 @@ (define-public proj
          "050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")))
+     `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-version
+           (lambda _
+             (substitute* "CMakeLists.txt"
+               (("MAJOR 7 MINOR 2 PATCH 0") "MAJOR 7 MINOR 2 PATCH 1")))))))
     (inputs
      (list curl libjpeg-turbo libtiff sqlite))
     (native-inputs
-- 
2.34.0





  reply	other threads:[~2021-12-27 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27 15:00 [bug#52818] [PATCH] gnu: qmapshack: Update to 1.16.1 Nikolay Korotkiy
2021-12-27 15:02 ` Nikolay Korotkiy [this message]
2021-12-28  0:17   ` [bug#52818] [PATCH] gnu: proj: Fix version number Leo Famulari
2021-12-28  0:15 ` bug#52818: [PATCH] gnu: qmapshack: Update to 1.16.1 Leo Famulari

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=b14bfa32645798af04350e83dc726f3afd13d264.1640617324.git.sikmir@gmail.com \
    --to=sikmir@gmail.com \
    --cc=52818@debbugs.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.