Unverified Commit b4699f48 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python312Packages.picos: 2.6.0 -> 2.6.1 (#398351)

parents 04ad14ce 894c9f8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

buildPythonPackage rec {
  pname = "picos";
  version = "2.6.0";
  version = "2.6.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LU5OxinhDBewQ/32cxyOSQyUexMD8xdJIkrsiaWBils=";
    hash = "sha256-u9yaKeP34YW55+PyVy3wPR0p0jBmiLywvZzw2zWdd6g=";
  };

  # Needed only for the tests