Skip to content

Commit

Permalink
python3Packages.marlin-kernels: 0.3.1 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 11, 2024
1 parent 6f510a3 commit eaefaa6
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.1";
version = "0.3.3";

src = fetchFromGitHub {
owner = "danieldk";
repo = pname;
rev = "v${version}";
hash = "sha256-2XEwbJCLyAOlxHEXwDN1dUIgA99Up6zMSVEsOynfVoI=";
hash = "sha256-kydIxV+0L8hgu0cUH5ugct7jVISTKn8EUnTR6mVkLEQ=";
};

patches = [
Expand Down

0 comments on commit eaefaa6

Please sign in to comment.