We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757e37d + a29b04a commit e4db643Copy full SHA for e4db643
pkgs/development/python-modules/ds-reporting-lib/default.nix
@@ -7,14 +7,14 @@
7
8
buildPythonPackage rec {
9
pname = "ds-reporting-lib";
10
- version = "6.0.0b3";
+ version = "6.0.0b5";
11
pyproject = true;
12
13
# pypi because library is embedded into another project's repo
14
src = fetchPypi {
15
inherit version;
16
pname = "ds_reporting_lib";
17
- hash = "sha256-0C/UgAM7VIWEjuRq1ZCTL5CjJ6OK+0/Yw+AN4j7jj6E=";
+ hash = "sha256-hxjNRUOorjjbuJkFpscTN3VB5NJywLZ6Ux+dB1Q1FyU=";
18
};
19
20
build-system = [ setuptools ];
0 commit comments