carburetor: 5.0.0 -> 5.1.1

tractor: 5.0.0 -> 5.1.0
This commit is contained in:
mksafavi
2025-07-22 17:31:18 +03:30
parent 35c1d426c1
commit c87da712e4
2 changed files with 4 additions and 11 deletions
+2 -9
View File
@@ -14,7 +14,7 @@
}:
let
# This package should be updated together with pkgs/by-name/tr/tractor/package.nix
version = "5.0.0";
version = "5.1.1";
in
python3Packages.buildPythonApplication {
@@ -28,16 +28,9 @@ python3Packages.buildPythonApplication {
owner = "tractor";
repo = "carburetor";
tag = version;
hash = "sha256-Z67bqjogPz5sz6JwM68z1jsaqvRBAOMDeBLcyLo+QLY=";
hash = "sha256-mHuD9fxHTmTfEdAsiqTtFVzxXEjD8VIDNDKF2RjcAUg=";
};
patches = [
(fetchpatch2 {
url = "https://framagit.org/tractor/carburetor/-/commit/620b70288942497abc20ad26c043b593f66e9e3b.diff";
hash = "sha256-oFKLjvu+fwgyU4FIUb2K8jwXOP34P3pEazOhofwveJw=";
})
];
build-system = [
meson
python3Packages.meson-python
+2 -2
View File
@@ -17,7 +17,7 @@
let
# This package should be updated together with pkgs/by-name/ca/carburetor/package.nix
version = "5.0.0";
version = "5.1.0";
in
python3Packages.buildPythonApplication {
pname = "tractor";
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication {
owner = "tractor";
repo = "tractor";
tag = version;
hash = "sha256-KyVL3dFofoi2TRtZo557X9P/RD16v94VuWdtdAskZk4=";
hash = "sha256-pyGDxHOpaZutUhXRwGAN77fGNn68EWIGgWu80avkuSI=";
};
patches = [ ./fix-gsettings-schema.patch ];