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>
This commit is contained in:
Nicolas Graves 2025-09-06 15:19:44 +02:00 committed by Sharlatan Hellseher
parent a5f0e03a48
commit cc8b2ef6c6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9628,7 +9628,7 @@ and rewriting of remote git URLs from various hosting providers.")
(define-public python-hstspreload (define-public python-hstspreload
(package (package
(name "python-hstspreload") (name "python-hstspreload")
(version "2020.10.20") (version "2025.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9637,7 +9637,7 @@ and rewriting of remote git URLs from various hosting providers.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "03fs4m3sy4vwmk1g4q5xakckkfbc8np7cijhpzrakkk0z0cc6h8w")))) (base32 "02mdzhgdz3sprgc26qb084zy639h2zw2yc8d2vm1r18ap9k51ayq"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ; tests require external resources. (arguments (list #:tests? #f)) ; tests require external resources.
(native-inputs (list python-setuptools-next)) (native-inputs (list python-setuptools-next))