wtfis: 0.10.0 -> 0.10.1 (#356540)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-11-18 08:24:02 +00:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
let
pname = "wtfis";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
rev = "refs/tags/v${version}";
hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
hash = "sha256-+BJmAFjmj3z/sKJ/L/y6hTClesulpQTpDL9cUNRi6e8=";
};
in python3.pkgs.buildPythonApplication {
inherit pname version src;