This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new af4778c09c gnu: python-django-netfields: Update to 1.3.2.
af4778c09c is described below

commit af4778c09cc379dcaf31c1d913c69f9cc122a14a
Author: jgart <jg...@dismail.de>
AuthorDate: Wed Feb 19 21:30:50 2025 -0600

    gnu: python-django-netfields: Update to 1.3.2.
    
    * gnu/packages/django.scm (python-django-netfields): Update to 1.3.2.
    
    Change-Id: I4e82c33595cac9f1ebbd374362e2bfdb49cc6602
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 79fd005da9..eff1a98d16 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1599,13 +1599,13 @@ to ElasticSearch.")
 (define-public python-django-netfields
   (package
     (name "python-django-netfields")
-    (version "1.3.0")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-netfields" version))
               (sha256
                (base32
-                "122d0db1f420cwzrd7hynfbnnpqkjj2ridym5mrnj0l736nin5rr"))))
+                "0q2s6b689hwql4qcw02m3zj2fwsx1w4ffhw81yvp71dq3dh46jg5"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))      ;XXX: Requires a running PostgreSQL server
     (propagated-inputs

Reply via email to