Commit 85d81687 authored by R. RyanTM's avatar R. RyanTM
Browse files

syrics: 0.1.2.4 -> 0.1.2.5

parent 618448e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "syrics";
  version = "0.1.2.4";
  version = "0.1.2.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "akashrchandran";
    repo = "syrics";
    tag = "v${version}";
    hash = "sha256-udW6i3nRWECXpQGGGK2U8QVRJVrsHeqjDK8QCMH5I8s=";
    hash = "sha256-VV/IZg30GatCGRoKnSro83ZtitnHg4+UEnXajVR7o/A=";
  };

  build-system = [