Commit 7acf5851 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.generic: 1.1.3 -> 1.1.4

parent 6ad06e14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "generic";
  version = "1.1.3";
  version = "1.1.4";
  disabled = pythonOlder "3.7";

  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-d4+CRv1uecIdS4t23cAI34s/PdIFYNQXfABuRWjzCUQ=";
    hash = "sha256-3QcFbbWgCJcL37MwiK1Sv7LG6N60zsw93CupD4Xzp/w=";
  };

  nativeBuildInputs = [ poetry-core ];