mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
Merge pull request #63396 from r-ryantm/auto-update/python3.7-rubymarshal
python37Packages.rubymarshal: 1.0.3 -> 1.2.6
This commit is contained in:
commit
10316c2549
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "rubymarshal";
|
||||
version = "1.0.3";
|
||||
version = "1.2.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "131lbc18s3rlmby2dpbvi4msz13gqw6xvx067mh4zcx9npygn9r2";
|
||||
sha256 = "0gq344jlb9wkapzpxj7jqwjlc5ccdhhspkw6rfb1d0rammq6hpf6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ hypothesis ];
|
||||
|
|
Loading…
Reference in a new issue