mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
a5f0e03a48
commit
cc8b2ef6c6
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue