python31{3,4}Packages.beetcamp: 0.23.0 -> 0.24.1

Diff: https://github.com/snejus/beetcamp/compare/0.23.0...0.24.1
This commit is contained in:
Doron Behar
2026-04-01 14:23:36 +03:00
parent 1b99a60a6f
commit a92259bf7a
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "beetcamp";
version = "0.23.0";
version = "0.24.1";
pyproject = true;
src = fetchFromGitHub {
owner = "snejus";
repo = "beetcamp";
tag = finalAttrs.version;
hash = "sha256-8FEDpobEGZ0Lw1+JRoFIEe3AuiuX7dwsRab+P3hC3W0=";
hash = "sha256-Oe5pZ4gYgqBHuzt9LBe4G14+RYXrNL+L5GIGMMflyMI=";
};
patches = [