mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-django-netfields: Update to 1.3.0.
* gnu/packages/django.scm (python-django-netfields): Update to 1.3.0.
This commit is contained in:
parent
3f310b6565
commit
3e17136cc4
1 changed files with 2 additions and 2 deletions
|
@ -1273,13 +1273,13 @@ (define-public python-django-logging-json
|
|||
(define-public python-django-netfields
|
||||
(package
|
||||
(name "python-django-netfields")
|
||||
(version "1.2.4")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django-netfields" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jwlbyaxk91fq69g2y0zpfjgmjgh6l0lqm5mhys7m5968lkihvgp"))))
|
||||
"122d0db1f420cwzrd7hynfbnnpqkjj2ridym5mrnj0l736nin5rr"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ;XXX: Requires a running PostgreSQL server
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue