Unverified Commit 9461dbd6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.ohme: 1.4.1 -> 1.5.1 (#395085)

parents bb1e7631 2b4d9b01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "ohme";
  version = "1.4.1";
  version = "1.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "dan-r";
    repo = "ohmepy";
    tag = "v${version}";
    hash = "sha256-aKlB5TJLtj6NcYzzGjvR1WhpP2rZKMl/pUcPlDmy3+8=";
    hash = "sha256-71uehQEiTTvcBPoNLNYvsE1vgp4vn3AZgGQCYrxtuYs=";
  };

  build-system = [ setuptools ];