diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-04-01 17:23:45 +0200 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-04-01 17:23:45 +0200 |
| commit | fe601bbdbbc3fc8c0a05d7b945d5460ebb4fb39f (patch) | |
| tree | d61c0ad060398e99fc5d626383a2050093aa8327 /aurox | |
| parent | 3dcc6229a27b4894716b4fdb44fdc7e449ec017d (diff) | |
Diffstat (limited to 'aurox')
| -rw-r--r-- | aurox/packages/django.scm | 6 |
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) |
