Commit 145bde70 authored by R. RyanTM's avatar R. RyanTM
Browse files

pdk-ciel: 2.4.0 -> 2.4.1

parent 3f2a8dde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "ciel";
  version = "2.4.0";
  version = "2.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fossi-foundation";
    repo = "ciel";
    tag = finalAttrs.version;
    hash = "sha256-AWbkHL0zO3tD0mE3dZIcj8mVND7o3imTxOpEfOtlRDI=";
    hash = "sha256-p35R0wfoGR8CmI++ae7iKLJs00RHHMdaSckgC18EIyM=";
  };

  build-system = [ python3Packages.poetry-core ];