mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python310Packages.flake8-blind-except: 0.2.0 -> 0.2.1
This commit is contained in:
parent
7958394022
commit
cacd9dc870
@ -2,10 +2,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flake8-blind-except";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "02a860a1a19cb602c006a3fe0778035b0d14d3f57929b4b798bc7d6684f204e5";
|
||||
sha256 = "sha256-8lpXWp3LPus8dgv5wi22C4taIxICJO0fqppD913X3RY=";
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://github.com/elijahandrews/flake8-blind-except";
|
||||
|
Loading…
Reference in New Issue
Block a user