mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ebc6c74437
commit
6225c0ebb0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue