Skip to content

Commit

Permalink
python3Packages.marlin-kernels: 0.3.5 -> 0.3.6 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored Nov 21, 2024
1 parent f25a1cd commit f79638a
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.5";
version = "0.3.6";

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

patches = [
Expand Down

0 comments on commit f79638a

Please sign in to comment.