Skip to content

Commit

Permalink
[Backport release-24.11] cartridges: 2.10.1 -> 2.11 (NixOS#367518)
Browse files Browse the repository at this point in the history
cartridges: 2.10.1 -> 2.11 (NixOS#367317)

(cherry picked from commit 1e2d2ac)

Co-authored-by: R. RyanTM <[email protected]>
  • Loading branch information
2 people authored and presto8 committed Dec 28, 2024
1 parent 1d5367b commit 370df25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cartridges/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
pname = "cartridges";
version = "2.10.1";
version = "2.11";
pyproject = false;

src = fetchFromGitHub {
owner = "kra-mo";
repo = "cartridges";
rev = "refs/tags/v${version}";
hash = "sha256-uwU0jW5+33hiqpuG83r0GVfANl6ltDLa3s4s0IJHRoQ=";
tag = "v${version}";
hash = "sha256-6v/R83eYq993epcAkcf9jyNakKuGmSsGXrQYQMro6nI=";
};

strictDeps = true;
Expand Down

0 comments on commit 370df25

Please sign in to comment.