python310Packages.wiffi: 1.1.0 -> 1.1.2
Diff: https://github.com/mampfes/python-wiffi/compare/refs/tags/1.1.0...1.1.2 Changelog: https://github.com/mampfes/python-wiffi/blob/1.1.2/HISTORY.md
This commit is contained in:
parent
82bfd50061
commit
f6486cc987
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wiffi";
|
||||
version = "1.1.0";
|
||||
version = "1.1.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "mampfes";
|
||||
repo = "python-wiffi";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-XCSJjRQ/ErNQJcPR496KEhUJogRj0zJhUFgmgZoVilQ=";
|
||||
hash = "sha256-pnbzJxq8K947Yg54LysPPho6IRKf0cc+szTETgyzFao=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user