mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Sharlatan Hellseher
parent
a5f0e03a48
commit
cc8b2ef6c6
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user