Skip to content

Commit

Permalink
python3Packages.marlin-kernels: 0.3.3 -> 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 18, 2024
1 parent 24258be commit b87d4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/python-modules/marlin-kernels/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ let
in
buildPythonPackage rec {
pname = "marlin-kernels";
version = "0.3.3";
version = "0.3.5";

src = fetchFromGitHub {
owner = "danieldk";
repo = pname;
rev = "v${version}";
hash = "sha256-kydIxV+0L8hgu0cUH5ugct7jVISTKn8EUnTR6mVkLEQ=";
hash = "sha256-X3BJTu9pFqEQ/xb6DtEepfpaRKLjO1InSK+TsjXE93s=";
};

patches = [
Expand Down

0 comments on commit b87d4b5

Please sign in to comment.