Skip to content

Commit b108bbf

Browse files
Reference the heroicons license as of version 1.0.3
The current version as of when icon paths from heroicons were incorporated in Snakemake (in d09df0c on 2022-03-13 and 142a452 on 2022-03-23) was 1.0.3; in version 2.1.2, the copyright statement changed from "Copyright (c) 2020 Refactoring UI Inc." to "Copyright (c) Tailwind Labs, Inc.". Since this commit switches to the older license text, it changes the checksum.
1 parent f692a4b commit b108bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snakemake/assets/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class Assets:
9898
sha256="32df67148f0fc3db0eb9e263a7b75d07f1eb14c61955005a4a39c6918d10d137",
9999
),
100100
"heroicons/LICENSE": Asset(
101-
url="https://raw.githubusercontent.com/tailwindlabs/heroicons/master/LICENSE",
102-
sha256="60e0b68c0f35c078eef3a5d29419d0b03ff84ec1df9c3f9d6e39a519a5ae7985",
101+
url="https://raw.githubusercontent.com/tailwindlabs/heroicons/refs/tags/v1.0.3/LICENSE",
102+
sha256="75523ddd65d9620bea09f84e89d0c373b4205a3708b8a1e9f9598a5438a3e641",
103103
),
104104
"prop-types/prop-types.min.js": Asset(
105105
url="https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.7.2/prop-types.min.js",

0 commit comments

Comments
 (0)