Unverified Commit 6a1cc5c5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #233280 from fabaff/python-mystrom-bump

python310Packages.python-mystrom: 2.1.0 -> 2.2.0
parents 67e7d6bc 4443e737
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 = [