diff options
author | jgart <jgart@dismail.de> | 2025-02-19 21:40:48 -0600 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-02-19 21:40:48 -0600 |
commit | 6225c0ebb06dda508ac6f7d48839a18958ce44d2 (patch) | |
tree | 5e8498ec492d1cc2c894518d8b264d75bf5b2713 | |
parent | ebc6c74437f2423eef043fdf19c1a591435d1b27 (diff) |
gnu: python-django-picklefield: Update to 3.2.0.
* gnu/packages/django.scm (python-django-picklefield): Update to 3.2.0.
Change-Id: I7cb795cd58fe50c87110d7116811c256ed19a799
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index fd88a7a795..9728b092e7 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -832,7 +832,7 @@ applications with a @var{SEARCH_URL} variable.") (define-public python-django-picklefield (package (name "python-django-picklefield") - (version "3.1.0") + (version "3.2.0") (home-page "https://github.com/gintas/django-picklefield") ;; Use a git checkout because the PyPI release lacks tests. (source @@ -844,7 +844,7 @@ applications with a @var{SEARCH_URL} variable.") (file-name (git-file-name name version)) (sha256 (base32 - "00d8sm6cnkv5bxbs2a3qrm4g69nlaa1wari7mc697df8q91v6r0n")))) + "0ykcw0wb064zv17piwiz6ldy2d2jil93x1ckk5pcfnc7hhk1phsh")))) (build-system python-build-system) (arguments '(#:phases (modify-phases %standard-phases |