From fe601bbdbbc3fc8c0a05d7b945d5460ebb4fb39f Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Wed, 1 Apr 2026 17:23:45 +0200 Subject: * aurox/packages/django.scm (python-django-modeltrans): Bump version. --- aurox/packages/django.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aurox/packages') 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) -- cgit v1.3