Commit 41408ef8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.fastrlock: 0.8.1 -> 0.8.2

parent 81a8aa76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "fastrlock";
  version = "0.8.1";
  version = "0.8.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "scoder";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-KYJd1wGJo+z34cY0YfsRbpC9IsQY/VJqycGpMmLmaVk=";
    hash = "sha256-2h+rhP/EVMG3IkJVkE74p4GeBTwV3BS7fUkKpwedr2k=";
  };

  nativeBuildInputs = [