nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python37Packages.cysignals: 1.8.1 -> 1.9.0 (#55216)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cysignals/versions

authored by

R. RyanTM and committed by
Timo Kaufmann
0058ce53 f40412e3

+2 -2
+2 -2
pkgs/development/python-modules/cysignals/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "cysignals"; 12 - version = "1.8.1"; 12 + version = "1.9.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "1hnkcrrxgh6g8a197v2yw61xz43iyv81jbl6jpy19ql3k66w81zx"; 16 + sha256 = "15ix8crpad26cfl1skyg7qajqqfdrm8q5ahhmlfmqi1aw0jqj2g2"; 17 17 }; 18 18 19 19 # explicit check: