lol

python310Packages.clintermission: 0.3.0 -> 0.3.1

+2 -2
+2 -2
pkgs/development/python-modules/clintermission/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "clintermission"; 10 - version = "0.3.0"; 10 + version = "0.3.1"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "sebageek"; 17 17 repo = pname; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-HPeO9K91a0MacSUN0SR0lPEWRTQgP/cF1FZaNvZLxAg="; 19 + hash = "sha256-e7C9IDr+mhVSfU8lMywjX1BYwFo/qegPNzabak7UPcY="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [