lol

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

+2 -2
+2 -2
pkgs/development/python-modules/wiffi/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "wiffi"; 10 - version = "1.1.0"; 10 + version = "1.1.2"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; ··· 16 16 owner = "mampfes"; 17 17 repo = "python-wiffi"; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-XCSJjRQ/ErNQJcPR496KEhUJogRj0zJhUFgmgZoVilQ="; 19 + hash = "sha256-pnbzJxq8K947Yg54LysPPho6IRKf0cc+szTETgyzFao="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [