diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-06 15:19:44 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-06 17:56:58 +0100 |
| commit | cc8b2ef6c6ad753b32e254a9275c662d2ad76d58 (patch) | |
| tree | 083c5502b78962972bce6ee2d1949c80f4d707d3 /gnu/packages/python-web.scm | |
| parent | a5f0e03a48737927cbbd3ddb6e7a49632a4232ca (diff) | |
gnu: python-hstspreload: Update to 2025.1.1.
* gnu/packages/python-web.scm (python-hstspreload): Update to 2025.1.1.
Change-Id: I2ff31d2462d4dbfb9744b7cd35bfc6e76c7d626f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e3a32553df1..34819c8f554 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9628,7 +9628,7 @@ and rewriting of remote git URLs from various hosting providers.") (define-public python-hstspreload (package (name "python-hstspreload") - (version "2020.10.20") + (version "2025.1.1") (source (origin (method git-fetch) @@ -9637,7 +9637,7 @@ and rewriting of remote git URLs from various hosting providers.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "03fs4m3sy4vwmk1g4q5xakckkfbc8np7cijhpzrakkk0z0cc6h8w")))) + (base32 "02mdzhgdz3sprgc26qb084zy639h2zw2yc8d2vm1r18ap9k51ayq")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; tests require external resources. (native-inputs (list python-setuptools-next)) |
