diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:01:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:01:56 +0900 |
| commit | 1f383037472e9ce219ce05b7b1cc8967c4e4a7b6 (patch) | |
| tree | b805d0a35b92db7b374498070480468db4ef962c /internal/rosa | |
| parent | 640777b00cfa92c13b1067994d34cc0869185d4e (diff) | |
internal/rosa/python: packaging 26.1 to 26.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/python.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 1cb5d90f..bf07b217 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -334,8 +334,8 @@ func init() { func init() { const ( - version = "26.1" - checksum = "AOX4RBYPCMs2-vv8zSxQWANCK4XUbACRZWuR0ZHSiZ-fz_43IUXpMs_1-SZl8AVP" + version = "26.2" + checksum = "rdpGa2EkPFbj1mFtLKLnSwIX9gPfELcuneiICjRVDNw6By49szTFVoW8gtMMZ6ZS" ) artifactsM[PythonPackaging] = newPythonPackage( "packaging", 60461, |
