{Core, Remote}: proclaim 0.4.3.1 (#155)

This commit is contained in:
Anton Latukha 2021-05-30 21:06:23 +03:00 committed by GitHub
parent b8c378ee77
commit 0eb0e023c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: hnix-store-core
version: 0.4.3.0
version: 0.4.3.1
synopsis: Core effects for interacting with the Nix store.
description:
This package contains types and functions needed to describe

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: hnix-store-remote
version: 0.4.3.0
version: 0.4.3.1
synopsis: Remote hnix store
description: Implementation of the nix store using the daemon protocol.
homepage: https://github.com/haskell-nix/hnix-store