Commit e16f09b4 authored by R. RyanTM's avatar R. RyanTM
Browse files

style50: 2.10.4 -> 2.11.0

parent 82690ff5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "style50";
  version = "2.10.4";
  version = "2.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cs50";
    repo = "style50";
    tag = "v${finalAttrs.version}";
    hash = "sha256-59V3QZMYH5edBXv1GNdoaQxerDfKmLKUZ7VL3cvDvuE=";
    hash = "sha256-THmxq69peJwT3XQKEpT+ooBYaDDkn1HHGVH5rvM/FF8=";
  };

  build-system = [