diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-10 17:44:11 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-10 17:44:11 +0000 |
| commit | e15363219e3b19e5425aa14970e72912e3aef839 (patch) | |
| tree | 7e76e6dc2a44a366e3b77d8783df43fbd2d35bb8 | |
| parent | Merge pull request #214836 from marsam/fix-emacs-ref-native-compilation-patch (diff) | |
| download | nixpkgs-e15363219e3b19e5425aa14970e72912e3aef839.tar.gz | |
python310Packages.aiowinreg: 0.0.8 -> 0.0.9
| -rw-r--r-- | pkgs/development/python-modules/aiowinreg/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiowinreg/default.nix b/pkgs/development/python-modules/aiowinreg/default.nix index 37631969ce1a..54c0f9132ef6 100644 --- a/pkgs/development/python-modules/aiowinreg/default.nix +++ b/pkgs/development/python-modules/aiowinreg/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aiowinreg"; - version = "0.0.8"; + version = "0.0.9"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "skelsec"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-4/xElE70rJKBMS1HdHb6BlcKs4gzNfuEo/6ahN6ixSM="; + hash = "sha256-FyrYqNqp0PTEHHit3Rn00jtvPOvgVy+lz3jDRJnsobI="; }; propagatedBuildInputs = [ |
