forked from mirrors/nixpkgs
Merge pull request #117683 from r-ryantm/auto-update/python3.8-minidump
python38Packages.minidump: 0.0.15 -> 0.0.16
This commit is contained in:
commit
a4023d8164
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "minidump";
|
||||
version = "0.0.15";
|
||||
version = "0.0.16";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-IVlzAsnl1KhErxWPi96hUFlIX4IN3Y9t8OicckdYUv0=";
|
||||
sha256 = "65a71ca1da2b73ee96daa9d52e4fb9c9b80a849475502c6a1c2a80a68bd149b0";
|
||||
};
|
||||
|
||||
# Upstream doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue