niriswitcher: 0.7.0 -> 0.7.1 (#435114)

Co-authored-by: bokicoder <bokicoder@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] bokicoder and committed by GitHub 7701fe74 3e570ec8

+2 -2
+2 -2
pkgs/by-name/ni/niriswitcher/package.nix
··· 11 11 12 12 python3Packages.buildPythonPackage rec { 13 13 pname = "niriswitcher"; 14 - version = "0.7.0"; 14 + version = "0.7.1"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "isaksamsten"; 19 19 repo = "niriswitcher"; 20 20 tag = version; 21 - hash = "sha256-V3G4eKKEysCyjAFUW2a94lOo82TVaZVfRXv/dL+LHNo="; 21 + hash = "sha256-qsw2D9Q9ZJYBsRECzT+qoytYMda4uZxX321/YxNWk9o="; 22 22 }; 23 23 24 24 build-system = [ python3Packages.hatchling ];