Skip to content

Commit 0fa90d6

Browse files
authored
python313Packages.ohme: 1.3.2 -> 1.4.0 (#387552)
2 parents 6a7db3a + 6ade2f2 commit 0fa90d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ohme/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "ohme";
12-
version = "1.3.2";
12+
version = "1.4.0";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "dan-r";
1919
repo = "ohmepy";
2020
tag = "v${version}";
21-
hash = "sha256-d4d/3/2c8ML/V06kT5iTHavTEDdobZdvNdynSvIFr14=";
21+
hash = "sha256-SZNvqariqe4MrJikchY5I2PUDVxpWYo++kNWfOOBWS8=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)