Skip to content

Commit 7701fe7

Browse files
niriswitcher: 0.7.0 -> 0.7.1 (#435114)
Co-authored-by: bokicoder <[email protected]>
2 parents 3e570ec + b205be0 commit 7701fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ni/niriswitcher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
python3Packages.buildPythonPackage rec {
1313
pname = "niriswitcher";
14-
version = "0.7.0";
14+
version = "0.7.1";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "isaksamsten";
1919
repo = "niriswitcher";
2020
tag = version;
21-
hash = "sha256-V3G4eKKEysCyjAFUW2a94lOo82TVaZVfRXv/dL+LHNo=";
21+
hash = "sha256-qsw2D9Q9ZJYBsRECzT+qoytYMda4uZxX321/YxNWk9o=";
2222
};
2323

2424
build-system = [ python3Packages.hatchling ];

0 commit comments

Comments
 (0)