bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41301: Django 3 dependency: gettext


From: Marius Bakke
Subject: bug#41301: Django 3 dependency: gettext
Date: Sat, 16 May 2020 15:04:17 +0200
User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)

Josh Marshall <address@hidden> writes:

> The following needs to be updated: gettext

Why does it need to be updated?  gettext 0.20.2 was released just a
month ago[0], and Django runs on a wide range of distributions that
surely has older versions.

Updating gettext is also a full-rebuild change which means this will
have to wait for the next "core-updates" branch.

Note that if you really need the newer gettext, you can give Django a
special variant like so without having to wait for core-updates:

(define-public gettext-0.20.2
  (package
    (inherit gettext)
    (version "0.20.2")
    (source (origin ...))))

0: https://savannah.gnu.org/forum/forum.php?forum_id=9716

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]