From 60a6ce7a501b81fe22bd63fe133db2a6f6bd2324 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Apr 2023 10:24:57 +0200 Subject: [PATCH] python310Packages.bashlex: 0.16 -> 0.18 Diff: https://github.com/idank/bashlex/compare/0.16...0.18 --- pkgs/development/python-modules/bashlex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bashlex/default.nix b/pkgs/development/python-modules/bashlex/default.nix index e1d635c18b69..7f97f5d933cb 100644 --- a/pkgs/development/python-modules/bashlex/default.nix +++ b/pkgs/development/python-modules/bashlex/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "bashlex"; - version = "0.16"; + version = "0.18"; format = "setuptools"; @@ -15,7 +15,7 @@ buildPythonPackage rec { owner = "idank"; repo = pname; rev = version; - hash = "sha256-vpcru/ax872WK3XuRQWTmTD9zRdObn2Bit6kY9ZIQaI="; + hash = "sha256-ddZN91H95RiTLXx4lpES1Dmz7nNsSVUeuFuOEpJ7LQI="; }; # workaround https://github.com/idank/bashlex/issues/51