awsume: 4.5.5 -> 4.5.7

This commit is contained in:
R. Ryantm
2026-09-13 11:33:49 +00:00
parent 3a43353dd5
commit 7fc05ab667

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "awsume";
version = "4.5.5";
version = "4.5.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "trek10inc";
repo = "awsume";
tag = finalAttrs.version;
hash = "sha256-lm9YANYckyHDoNbB1wytBm55iyBmUuxFPmZupfpReqc=";
hash = "sha256-UTwqu2czo2ASql18dj0qwPGmKCF0QxVqyX7PZMWRUeg=";
};
env.AWSUME_SKIP_ALIAS_SETUP = 1;