summaryrefslogtreecommitdiff
path: root/aurox/packages
diff options
context:
space:
mode:
Diffstat (limited to 'aurox/packages')
-rw-r--r--aurox/packages/django.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/aurox/packages/django.scm b/aurox/packages/django.scm
index 45be0c5..bd32a56 100644
--- a/aurox/packages/django.scm
+++ b/aurox/packages/django.scm
@@ -9,14 +9,14 @@
(define-public python-django-modeltrans
(package
(name "python-django-modeltrans")
- (version "0.9.0")
+ (version "0.9.0-fixed")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/zostera/django-modeltrans/")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (commit (string-append "v" "0.9.0"))))
+ (file-name (git-file-name name "0.9.0"))
(sha256
(base32 "1ykd3b0c2qrbxv0w2lp5l7p8giy626gb7w21h65fikhbnvd0f22x"))))
(build-system pyproject-build-system)