all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 56700@debbugs.gnu.org
Subject: [bug#56700] [PATCH 1/2]: gnu: netcdf4: Update to 1.6.0
Date: Fri, 22 Jul 2022 13:19:10 +0100	[thread overview]
Message-ID: <CAO+9K5rtjp2ENkAB9ReVEsAPKANHhCjT3Susut6UCrMGpoXXXA@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5q3PxaAgFMLR-JH=CgxMr3bQZ46i8zKmFSZFuiO_gw_dw@mail.gmail.com>

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

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-netcdf4-Update-to-1.6.0.patch --]
[-- Type: text/x-patch, Size: 1068 bytes --]

From 63b41517ef82a91f56ab99faa2ac9d1bf5112511 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Fri, 22 Jul 2022 12:34:36 +0100
Subject: [PATCH 1/2] gnu: netcdf4: Update to 1.6.0

* gnu/packages/python-xyz.scm: (python-netcdf4): Update to 1.6.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 11f709f7b5..afb7798a5c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1646,14 +1646,14 @@ (define-public python-cftime
 (define-public python-netcdf4
   (package
     (name "python-netcdf4")
-    (version "1.5.3")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "netCDF4" version))
        (sha256
         (base32
-         "1gn35mb2yc263pci720aik8ymz41lrvxlrn3z83vyjwghiashg1a"))))
+         "0qxs8r1qmsmg760wm5q0wqlcm7hdd3k7cghryw6wvqd3v5rs7vwm"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.36.1


  reply	other threads:[~2022-07-22 12:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22 12:17 [bug#56700] [PATCH 0/2]: gnu: Add h5netcdf Sharlatan Hellseher
2022-07-22 12:19 ` Sharlatan Hellseher [this message]
2022-07-22 12:19 ` [bug#56700] [PATCH 2/2]: " Sharlatan Hellseher
2022-08-04 10:05 ` bug#56700: [PATCH 0/2]: " Ludovic Courtès

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=CAO+9K5rtjp2ENkAB9ReVEsAPKANHhCjT3Susut6UCrMGpoXXXA@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=56700@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.