whatstyle: 0.1.8 -> 0.2.0
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "whatstyle";
|
||||
version = "0.1.8";
|
||||
version = "0.2.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mikr";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "08lfd8h5fnvy5gci4f3an411cypad7p2yiahvbmlp51r9xwpaiwr";
|
||||
sha256 = "sha256-4LCZAEUQFPl4CBPeuqsodiAlwd8uBg+SudF5d+Vz4Gc=";
|
||||
};
|
||||
|
||||
# Fix references to previous version, to avoid confusion:
|
||||
|
||||
Reference in New Issue
Block a user