Skip to content

Commit be45974

Browse files
committed
python312Packages.wolf-comm: 0.0.23 -> 0.0.47
1 parent 772cf0f commit be45974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/wolf-comm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "wolf-comm";
15-
version = "0.0.23";
15+
version = "0.0.47";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "janrothkegel";
2020
repo = "wolf-comm";
2121
tag = version;
22-
hash = "sha256-LpehooW3vmohiyMwOQTFNLiNCsaLKelWQxQk8bl+y1k=";
22+
hash = "sha256-/34smUrsWKNEd5OPPIsDnW3zfq6nhKX3Yp+UBk+Nibw=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)