[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-django: Update to 1.11.28.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-django: Update to 1.11.28. |
Date: |
Tue, 03 Mar 2020 03:12:09 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2197c08 gnu: python-django: Update to 1.11.28.
2197c08 is described below
commit 2197c08428bb31e3869b63db88cc886d098b1620
Author: Christopher Baines <address@hidden>
AuthorDate: Tue Mar 3 08:11:35 2020 +0000
gnu: python-django: Update to 1.11.28.
* gnu/packages/django.scm (python-django): Update to 1.11.28.
---
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 1c4f00a..3e63847 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -42,13 +42,13 @@
(define-public python-django
(package
(name "python-django")
- (version "1.11.25")
+ (version "1.11.28")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
- "0rpgx212n8gh61nwizkyldvskna808xpcvawmavk5mc5c9cfh52k"))))
+ "1ss1jyip7mlbfjn27m0j6wx80s8h4ksg6g5annkgwigp8xgy6g5k"))))
(build-system python-build-system)
(arguments
'(#:modules ((srfi srfi-1)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-django: Update to 1.11.28.,
guix-commits <=