lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.ohme: 1.4.1 -> 1.5.1

Diff: https://github.com/dan-r/ohmepy/compare/refs/tags/v1.4.1...v1.5.1

Changelog: https://github.com/dan-r/ohmepy/releases/tag/v1.5.1

+2 -2
+2 -2
pkgs/development/python-modules/ohme/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ohme"; 12 - version = "1.4.1"; 12 + version = "1.5.1"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "dan-r"; 19 19 repo = "ohmepy"; 20 20 tag = "v${version}"; 21 - hash = "sha256-aKlB5TJLtj6NcYzzGjvR1WhpP2rZKMl/pUcPlDmy3+8="; 21 + hash = "sha256-71uehQEiTTvcBPoNLNYvsE1vgp4vn3AZgGQCYrxtuYs="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];