python3Packages.pytouchline-extended: 1.0.2 -> 1.1.2
Diff: https://github.com/brondum/pytouchline/compare/1.0.2...1.1.2 Changelog: https://github.com/brondum/pytouchline/releases/tag/1.1.2
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytouchline-extended";
|
||||
version = "1.0.2";
|
||||
version = "1.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "brondum";
|
||||
repo = "pytouchline";
|
||||
tag = version;
|
||||
hash = "sha256-7F8VeLrMgo54LQWG4BzxL6EgvthssAjUO65HSkXd2sk=";
|
||||
hash = "sha256-sIrHvC+IkJWgNksgS5lB4IFP37xggVypMLmGjjLlaVQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user