mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python310Packages.bashlex: 0.16 -> 0.18
Diff: https://github.com/idank/bashlex/compare/0.16...0.18
This commit is contained in:
parent
b90d93cb33
commit
60a6ce7a50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user