Skip to content

Commit e4db643

Browse files
python3Packages.ds-reporting-lib: 6.0.0b3 -> 6.0.0b5 (NixOS#461650)
2 parents 757e37d + a29b04a commit e4db643

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ds-reporting-lib

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ds-reporting-lib/default.nix

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

88
buildPythonPackage rec {
99
pname = "ds-reporting-lib";
10-
version = "6.0.0b3";
10+
version = "6.0.0b5";
1111
pyproject = true;
1212

1313
# pypi because library is embedded into another project's repo
1414
src = fetchPypi {
1515
inherit version;
1616
pname = "ds_reporting_lib";
17-
hash = "sha256-0C/UgAM7VIWEjuRq1ZCTL5CjJ6OK+0/Yw+AN4j7jj6E=";
17+
hash = "sha256-hxjNRUOorjjbuJkFpscTN3VB5NJywLZ6Ux+dB1Q1FyU=";
1818
};
1919

2020
build-system = [ setuptools ];

0 commit comments

Comments
 (0)