Unverified Commit 3eb32379 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

marcel: 0.29.0 -> 0.30.1 (#335540)

parents 38f95a44 0d85377a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "marcel";
  version = "0.29.0";
  version = "0.30.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "geophile";
    repo = "marcel";
    rev = "refs/tags/v${version}";
    hash = "sha256-hUI5dUqelmRuk65s67rJXrZoPDWAcnNVIHlzxAgRExs=";
    hash = "sha256-si3p9kmV+/7jz/+CQ92INlY0kURX1V7Ok4zeNYtzUkI=";
  };

  nativeBuildInputs = with python3Packages; [