1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2 (#78664)

python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2
This commit is contained in:
Jörg Thalheim 2020-01-29 10:33:29 +00:00 committed by GitHub
commit f11e789ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "pygdbmi";
version = "0.9.0.0";
version = "0.9.0.2";
src = fetchFromGitHub {
#inherit pname version;
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "cs01";
repo = "pygdbmi";
rev = version;
sha256 = "12xq9iajgqz23dska5x63hrx75icr5bwwswnmba0y69y39s0jpsj";
sha256 = "01isx7912dbalmc3xsafk1a1n6bzzfrjn2363djcq0v57rqii53d";
};
checkInputs = [ gdb ];