gnu: python-django-picklefield: Update to 3.2.0.

* gnu/packages/django.scm (python-django-picklefield): Update to 3.2.0.

Change-Id: I7cb795cd58fe50c87110d7116811c256ed19a799
This commit is contained in:
jgart 2025-02-19 21:40:48 -06:00
parent ebc6c74437
commit 6225c0ebb0
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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