Unverified Commit 4c4cf997 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #192844 from r-ryantm/auto-update/python310Packages.fjaraskupan

python310Packages.fjaraskupan: 2.0.0 -> 2.0.1
parents 33163f18 771bd321
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "fjaraskupan";
  version = "2.0.0";
  version = "2.0.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -17,8 +17,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "elupus";
    repo = pname;
    rev = version;
    hash = "sha256-ohadGQxtW8YcSDIF7xZhy84xu0Vi5yj/QEVi8WRRBSI=";
    rev = "refs/tags/${version}";
    hash = "sha256-i7816KJraHkrXKYA+vhKMs5xhXksnYc2uYiE0pPEicw=";
  };

  propagatedBuildInputs = [