Skip to content

Commit

Permalink
cartridges: 2.9.3 -> 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 7, 2024
1 parent 9d4343b commit 57f23ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ca/cartridges/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "cartridges";
version = "2.9.3";
version = "2.10.1";
pyproject = false;

src = fetchFromGitHub {
owner = "kra-mo";
repo = "cartridges";
rev = "refs/tags/v${version}";
hash = "sha256-37i8p6KaS/G7ybw850XYaPiG83/Lffn/+21xVk5xva0=";
hash = "sha256-uwU0jW5+33hiqpuG83r0GVfANl6ltDLa3s4s0IJHRoQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 57f23ed

Please sign in to comment.