1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

whatstyle: 0.1.7 -> 0.1.8

This commit is contained in:
R. RyanTM 2020-03-31 04:42:13 +00:00 committed by Jon
parent 58c96b5224
commit 0474424904

View file

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "whatstyle";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "mikr";
repo = pname;
rev = "v${version}";
sha256 = "16ak4g149cr764c1lqakiyzmf5s98w8bdc4gk69m8qacimfg3mzm";
sha256 = "08lfd8h5fnvy5gci4f3an411cypad7p2yiahvbmlp51r9xwpaiwr";
};
# Fix references to previous version, to avoid confusion:
@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Find a code format style that fits given source files";
homepage = https://github.com/mikr/whatstyle;
homepage = "https://github.com/mikr/whatstyle";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.all;