Commit 4443e737 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.python-mystrom: 2.1.0 -> 2.2.0

parent 04b76eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

buildPythonPackage rec {
  pname = "python-mystrom";
  version = "2.1.0";
  version = "2.2.0";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Kqv5rUdwkynOzssID77gVYyzs0CDR/bUWh6zpt5zOP8=";
    hash = "sha256-VFsTA/isBw0H7qXQhOX6K2p1QcVxO7q5TIzf8YivVgc=";
  };

  propagatedBuildInputs = [