niriswitcher: 0.6.1 -> 0.7.0 (#417950)

Co-authored-by: bokicoder <bokicoder@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 11:23:19 +00:00
committed by GitHub
co-authored by bokicoder
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonPackage rec {
pname = "niriswitcher";
version = "0.6.1";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "isaksamsten";
repo = "niriswitcher";
tag = version;
hash = "sha256-njEd9s432qlBeQSXRL5gDSIEgzF0qwceND09aGTRo0U=";
hash = "sha256-V3G4eKKEysCyjAFUW2a94lOo82TVaZVfRXv/dL+LHNo=";
};
build-system = [ python3Packages.hatchling ];